source: Daodan/MSVC/Flatline_Events.c@ 910

Last change on this file since 910 was 584, checked in by gumby, 14 years ago

Almost working rework

File size: 270 bytes
Line 
1#include "Flatline.h"
2#include "Flatline_Hooks.h"
3
4const 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
13int FLrEvent_GetNumArgs( int eventIndex )
14{
15 return EventArgs[eventIndex];
16}
Note: See TracBrowser for help on using the repository browser.