ActivatorTID

From Eternity Wiki
Revision as of 04:33, 2 January 2022 by Printz (talk | contribs)
Jump to navigationJump to search

Description

This is an ACS built-in function.

Returns the TID (tag) of the activator thing.

Usage

int ActivatorTID()

Parameters

No parameters.

Return value

The TID of the activating thing

Examples

No examples given.

Notes

If activator is player, this will NOT return the special TID value of players (-1 to -4), but most likely still 0 (unless changed otherwise by a script).

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

See also