Modding Tools > Lucas' Simpsons Hit & Run Mod Launcher > Hacks > Mod Requirable Hacks > Custom Files > Custom Lua Functions > General Functions > IsDemo

IsDemo

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.

Donut Team © 2023 · v4.0