ActivatorTID

From Eternity Wiki
Revision as of 15:15, 1 November 2021 by Printz (talk | contribs) (Created page with "{{ACSFunction|description=Returns the TID (tag) of the activator thing. |usage=int ActivatorTID(void) |return=The TID of the activating thing |id=ACS internal }}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Description

This is an ACS built-in function.

Returns the TID (tag) of the activator thing.

Usage

int ActivatorTID(void)

Parameters

No parameters.

Return value

The TID of the activating thing

Examples

No examples given.

Notes

No particular notes.

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

See also