PlayerCount

From Eternity Wiki
Revision as of 14:58, 3 May 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Returns the number of players in the game. |usage=''int'' '''PlayerCount'''() |return=The number of players. |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 number of players in the game.

Usage[edit]

int PlayerCount()

Parameters[edit]

No parameters.

Return value[edit]

The number of players.

Examples[edit]

No examples given.

Notes[edit]

No particular notes.

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

See also[edit]