SetActivator: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "'''ACS function''' int SetActivator (int tid) Changes current script's activator to that tagged by tid. ==See also== *ACS functions Category:ACS")
 
No edit summary
Line 1: Line 1:
'''ACS function'''
'''ACS function'''


int SetActivator (int tid)
bool SetActivator (int tid)


Changes current script's activator to that tagged by [[tid]].
Changes current script's activator to the thing tagged by [[tid]]. Returns TRUE if such a thing exists in the level.


==See also==
==See also==

Revision as of 02:07, 21 June 2019

ACS function

bool SetActivator (int tid)

Changes current script's activator to the thing tagged by tid. Returns TRUE if such a thing exists in the level.

See also