mirror of
https://github.com/ZDoom/acc.git
synced 2025-02-07 06:11:02 +00:00
Add SetActorFlag
int SetActorFlag(int tid, str flagname, bool value); - Mimics DECORATE's A_ChangeFlag - Returns number of actors affected (number of things with the flag) - Affects activator if TID is 0
This commit is contained in:
parent
2c3a499c67
commit
ccdeaa2b49
1 changed files with 1 additions and 0 deletions
|
@ -398,6 +398,7 @@ special
|
|||
|
||||
// -1xx are reserved for Zandronum
|
||||
-200:CheckClass(1),
|
||||
-201:SetActorFlag(3),
|
||||
|
||||
// ZDaemon's
|
||||
-19620:GetTeamScore(1),
|
||||
|
|
Loading…
Reference in a new issue