Guest User

Untitled

a guest
Apr 16th, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. case ACSF_SetActorRoll:
  2. actor = SingleActorFromTID(args[0], activator);
  3. if (actor != NULL)
  4. {
  5. actor->roll = args[0]
  6. }
  7. return 0;
Add Comment
Please, Sign In to add comment