SetThingSpecial
From Eternity Wiki
Jump to navigationJump to search
Description[edit]
This is an ACS built-in function.
Sets the parameterized special and args of tagged things.
Usage[edit]
void SetThingSpecial(int tid, int special, int arg1, int arg2, int arg3, int arg4, int arg5)
Parameters[edit]
- tid: TID of things to change
- special: action special to set on tagged things
- arg1 to arg5: arguments to set for the parameterized special
Return value[edit]
Examples[edit]
No examples given.
Notes[edit]
No particular notes.
This function's identification in zspecial.acs is: ACS internal.