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
Next revisionBoth sides next revision
functions:zdoom [2016/09/13 16:57] – [ChangeActorFlag] korshunfunctions:zdoom [2016/09/13 17:05] – [ChangeFlag] korshun
Line 162: Line 162:
 ''void ChangeFlag(str flagname, bool value)'' ''void ChangeFlag(str flagname, bool value)''
  
-Adds or removes a flag from the activator.+Adds or removes a flag from the activator. This is a Zandronum replacement for [[zdoom>SetActorFlag]].
  
 **Example** **Example**