1,584
edits
DrinkyBird (talk | contribs) (3.1 is released, so Devfeature templates have been removed) |
DrinkyBird (talk | contribs) No edit summary Tag: Source edit |
||
Line 2: | Line 2: | ||
int '''InDemoMode''' (void) | int '''InDemoMode''' (void) | ||
==Usage== | == Usage == | ||
=== Return value === | |||
Returns true if the engine is currently playing a demo, false otherwise.. | |||
== Examples == | |||
<syntaxhighlight lang="c" line="1"> | <syntaxhighlight lang="c" line="1"> | ||
Script 1 OPEN | Script 1 OPEN | ||
Line 16: | Line 15: | ||
} | } | ||
} | } | ||
</syntaxhighlight > | </syntaxhighlight> | ||
[[category:ACS | [[category:ACS functions]] |