InDemoMode: Difference between revisions

m
no edit summary
(3.1 is released, so Devfeature templates have been removed)
mNo edit summary
Tag: Source edit
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
int '''InDemoMode''' (void)
int '''InDemoMode''' (void)


==Usage==
== Usage ==
 
=== Return value ===
This function can be used to determine if a demo is currently being run or not.
Returns true if the engine is currently playing a demo, false otherwise.
 
==Examples==


== 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 Functions]]
[[category:ACS functions]]