PlayerFrags: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "{{ACSFunction|description=Returns the number of frags scored by activator player. |usage=int PlayerFrags(void) |return=The number of frags (deathmatch kills). |notes=This only...")
 
(No difference)

Latest revision as of 15:08, 1 November 2021

Description[edit]

This is an ACS built-in function.

Returns the number of frags scored by activator player.

Usage[edit]

int PlayerFrags(void)

Parameters[edit]

No parameters.

Return value[edit]

The number of frags (deathmatch kills).

Examples[edit]

No examples given.

Notes[edit]

This only applies for player-controlled activators and is for DeathMatch.

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

See also[edit]