ACSUtils Wiki

An ACS library for ZDoom-based ports

User Tools

Site Tools


functions:zdoom

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
functions:zdoom [2016/09/13 17:05] – [ChangeFlag] korshunfunctions:zdoom [2016/09/13 17:05] – [ChangeActorFlag] korshun
Line 173: Line 173:
 ''void ChangeActorFlag(int tid, str flagname, bool value)'' ''void ChangeActorFlag(int tid, str flagname, bool value)''
  
-Adds or removes a flag from the specified actor.+Adds or removes a flag from the specified actor. This is a Zandronum replacement for [[zdoom>SetActorFlag]].
  
 **Example** **Example**