source:
Daodan/MSVC/Flatline_Events.c@
948
| Last change on this file since 948 was 584, checked in by , 15 years ago | |
|---|---|
| File size: 270 bytes | |
| Rev | Line | |
|---|---|---|
| [584] | 1 | #include "Flatline.h" |
| 2 | #include "Flatline_Hooks.h" | |
| 3 | ||
| 4 | const int EventArgs[EV_MAX] = | |
| 5 | { | |
| 6 | 1,//EV_RESPAWN, | |
| 7 | 1,//EV_KILLED, | |
| 8 | 1,//EV_DISCONNECT, | |
| 9 | 2,//EV_DOOR_OPEN, | |
| 10 | 2//EV_CONSOLE_USE, | |
| 11 | }; | |
| 12 | ||
| 13 | int FLrEvent_GetNumArgs( int eventIndex ) | |
| 14 | { | |
| 15 | return EventArgs[eventIndex]; | |
| 16 | } |
Note:
See TracBrowser
for help on using the repository browser.
