mirror of
https://github.com/ZDoom/acc.git
synced 2025-03-13 03:42:17 +00:00
Added SetActorRoll, ChangeActorRoll and GetActorRoll ACS functions.
This commit is contained in:
parent
6370396036
commit
c1426df0a6
1 changed files with 3 additions and 0 deletions
|
@ -331,6 +331,9 @@ special
|
|||
-85:CanRaiseActor(1),
|
||||
-86:SetActorTeleFog(3),
|
||||
-87:SwapActorTeleFog(1),
|
||||
-88:SetActorRoll(2),
|
||||
-89:ChangeActorRoll(2,3),
|
||||
-90:GetActorRoll(1),
|
||||
|
||||
// Zandronum's
|
||||
-100:ResetMap(0),
|
||||
|
|
Loading…
Reference in a new issue