SinglePlayer

From Eternity Wiki
Revision as of 15:27, 9 May 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Returns 1 if game type is single player. |usage=''Boolean'' '''SinglePlayer'''() |return='''TRUE''' if single-player, '''FALSE''' otherwise |id=ACS internal}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Returns 1 if game type is single player.

Usage[edit]

Boolean SinglePlayer()

Parameters[edit]

No parameters.

Return value[edit]

TRUE if single-player, FALSE otherwise

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

This function's identification in zspecial.acs is: ACS internal.

See also[edit]