SetActivatorToPlayer

From Zandronum Wiki
Revision as of 03:02, 16 January 2019 by Mr. Satan (talk | contribs) (Created page with "{{Template:ACSWarning}} int '''SetActivatorToPlayer'''(int playernumber) ==Usage== Sets the activator of the script to a specific player. This functions replaces using SetAc...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This article documents a Zandronum-specific ACS feature which may not be supported by ZDoom and its other child ports.

int SetActivatorToPlayer(int playernumber)

Usage

Sets the activator of the script to a specific player. This functions replaces using SetActivator with a Player Pointer (AAPTR_PLAYERx) and allows any player to be set as the activator, not just the players 1 to 8.

Parameters

  • playernumber: Number of the player to set as the activator.