PlayerArmorPoints

From Eternity Wiki
Jump to navigationJump to search

Description[edit]

This is an ACS built-in function.

Returns activator's armor points.

Usage[edit]

int PlayerArmorPoints(void)

Parameters[edit]

No parameters.

Return value[edit]

The value of the armor.

Examples[edit]

No examples given.

Notes[edit]

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[edit]