CheckActorClass

From Eternity Wiki
Revision as of 05:28, 22 June 2019 by Printz (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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]