New functions to manipulate an actor's roll.

- DECORATE functions: A_SetRoll code pointer.
- DECORATE expressions: "roll" variable.
- ACS functions: SetActorRoll, GetActorRoll.
This commit is contained in:
nashmuhandes 2015-01-05 17:51:32 +08:00
commit 2b12db153b
7 changed files with 77 additions and 1 deletions

View file

@ -89,6 +89,7 @@ DEFINE_MEMBER_VARIABLE(radius, AActor)
DEFINE_MEMBER_VARIABLE(reactiontime, AActor)
DEFINE_MEMBER_VARIABLE(meleerange, AActor)
DEFINE_MEMBER_VARIABLE(Speed, AActor)
DEFINE_MEMBER_VARIABLE(roll, AActor)
//==========================================================================