TypeInfoGen will now autobind doom scripts.

This commit is contained in:
Justin Marshall
2026-05-23 20:50:12 -07:00
parent df82170a67
commit 293942d07c
132 changed files with 7321 additions and 3762 deletions
+5
View File
@@ -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 );
};