mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-17 19:23:51 +02:00
TypeInfoGen will now autobind doom scripts.
This commit is contained in:
@@ -87,10 +87,15 @@ private:
|
||||
const idVec3 GetAxis( void ) const;
|
||||
float SweepSpeed( void ) const;
|
||||
|
||||
ID_SCRIPT_EVENT( "<reverseSweep>", 0 )
|
||||
void Event_ReverseSweep( void );
|
||||
ID_SCRIPT_EVENT( "<continueSweep>", 0 )
|
||||
void Event_ContinueSweep( void );
|
||||
ID_SCRIPT_EVENT( "<pause>", 0 )
|
||||
void Event_Pause( void );
|
||||
ID_SCRIPT_EVENT( "<alert>", 0 )
|
||||
void Event_Alert( void );
|
||||
ID_SCRIPT_EVENT( "<addLight>", 0 )
|
||||
void Event_AddLight( void );
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user