Events

From NFBSP

Jump to: navigation, search

C# Code

struct Event { // Length: 76
  int Frame;
  int Event;
  int Type;
  byte[64] Options;
}

Details

  • Frame: The frame the event takes place on.
  • Event: The event to raise (a number from 0-9999).
  • Type: Not sure.
  • Options: Options specific to the type of event raised.

See Also

Personal tools