Skip to content

CBaseNPC 1.10.1.105

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Aug 22:12
662c5b9

Add PtrToPawnAddress to action callbacks (#43)

  • Added uses of PtrToPawnAddress and PawnAddressToPtr for the action callbacks.
  • Replaced the event result stack of an Action with a counter instead.
  • The event result is assigned after the event has been processed, so there's no risk of overwriting the result if an event is triggered inside of another.