ClearInventory

From Eternity Wiki
Revision as of 02:37, 10 May 2026 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Removes entire inventory of player activator. |usage=''void'' '''ClearInventory'''() |notes=This removes all armor, powers and possessions, but won't remove health. Player will be left with no weapons, not even the initial ones (e.g. fist and pistol in Doom). If there's no thing activator, it will affect all players. |id=ACC internal}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Removes entire inventory of player activator.

Usage[edit]

void ClearInventory()

Parameters[edit]

No parameters.

Return value[edit]

Examples[edit]

No examples given.

Notes[edit]

This removes all armor, powers and possessions, but won't remove health. Player will be left with no weapons, not even the initial ones (e.g. fist and pistol in Doom).

If there's no thing activator, it will affect all players.

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

See also[edit]