Events
From NFBSP
[edit]
C# Code
struct Event { // Length: 76 int Frame; int Event; int Type; byte[64] Options; }
[edit]
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.
[edit]
