mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-10 23:02:08 +00:00
- What I didn't have this saved? ugh
SVN r3742 (trunk)
This commit is contained in:
parent
5a245af2ad
commit
9b041cb431
1 changed files with 1 additions and 1 deletions
|
@ -302,7 +302,7 @@ ACTOR Actor native //: Thinker
|
|||
action native ACS_NamedTerminate(string script, int mapnum=0);
|
||||
action native ACS_NamedLockedExecute(string script, int mapnum=0, int arg1=0, int arg2=0, int lock=0);
|
||||
action native ACS_NamedLockedExecuteDoor(string script, int mapnum=0, int arg1=0, int arg2=0, int lock=0);
|
||||
action native ACS_NamedExecuteWithResult(string script, int arg1=0, int arg2=0, int arg3=0);
|
||||
action native ACS_NamedExecuteWithResult(string script, int arg1=0, int arg2=0, int arg3=0, int arg4=0);
|
||||
action native ACS_NamedExecuteAlways(string script, int mapnum=0, int arg1=0, int arg2=0, int arg3=0);
|
||||
|
||||
States
|
||||
|
|
Loading…
Reference in a new issue