Returns true if the user is playing the Demo version of the game.
Syntax
IsDemo()
Examples
if IsDemo() then
-- Do demo specific stuff
end
Notes
No additional notes.
Version History
1.23.10
Added this function.
Returns true if the user is playing the Demo version of the game.
IsDemo()
if IsDemo() then
-- Do demo specific stuff
end
No additional notes.
Added this function.