PlayerArmorPoints

From Zandronum Wiki
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

int PlayerArmorPoints (void)

Usage

Return value

This function will return the amount of armor points the activator of the script has. If the activator is the server it will return zero.

Examples

Script 1 (void)
{
    Print(s: "You have ", d: PlayerArmorPoints(), s: " armor!");
}

See also