CheckActorClass: Difference between revisions

From Eternity Wiki
Jump to navigationJump to search
(Created page with "==ACS function== bool CheckActorClass(int tid, str class) Returns TRUE if the first thing with the given ''tid'' is of the given ''class'' (EDF thingtype or ZDoom com...")
 
(No difference)

Latest revision as of 05:28, 22 June 2019

ACS function[edit]

bool CheckActorClass(int tid, str class)

Returns TRUE if the first thing with the given tid is of the given class (EDF thingtype or ZDoom compatname).

See also[edit]