source:
Daodan/src/flatline/Flatline_Events.c@
893
| Last change on this file since 893 was 877, checked in by , 12 years ago | |
|---|---|
| File size: 270 bytes | |
| Line | |
|---|---|
| 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.
