mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-20 04:30:12 +02:00
TypeInfoGen will now autobind doom scripts.
This commit is contained in:
@@ -66,9 +66,13 @@ private:
|
||||
idAngles shakeRotate;
|
||||
int playingUntilTime;
|
||||
|
||||
ID_SCRIPT_EVENT( "activate", 0 )
|
||||
void Event_Trigger( idEntity *activator );
|
||||
ID_SCRIPT_EVENT( "<timer>", 0 )
|
||||
void Event_Timer( void );
|
||||
ID_SCRIPT_EVENT( "On", 0 )
|
||||
void Event_On( void );
|
||||
ID_SCRIPT_EVENT( "Off", 0 )
|
||||
void Event_Off( void );
|
||||
void DoSound( bool play );
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user