GameType

From Eternity Wiki
Revision as of 15:31, 1 November 2021 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Returns the game type |usage=int GameType(void) |return=game type: 0 (single player), 1 (cooperative), 2 (deathmatch) |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 the game type

Usage[edit]

int GameType(void)

Parameters[edit]

No parameters.

Return value[edit]

game type: 0 (single player), 1 (cooperative), 2 (deathmatch)

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

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

See also[edit]