PlayerArmorPoints

From Eternity Wiki
Revision as of 15:02, 1 November 2021 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Returns activator's armor points. |usage=int PlayerArmorPoints(void) |return=The value of the armor. |notes=This only returns the armor value, not al...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

This is an ACS built-in function.

Returns activator's armor points.

Usage

int PlayerArmorPoints(void)

Parameters

No parameters.

Return value

The value of the armor.

Examples

No examples given.

Notes

This only returns the armor value, not also the armor toughness. Only players have armor.

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

See also