1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-02-21 20:27:13 +01:00

Expose identifiers of newlly added events.

This commit is contained in:
Sandu Liviu Catalin 2016-08-18 15:24:35 +03:00
parent f86c12bff2
commit 959cf78c72

View File

@ -144,6 +144,13 @@ static const EnumElement g_EventEnum[] = {
{_SC("VehiclePosition"), EVT_VEHICLEPOSITION}, {_SC("VehiclePosition"), EVT_VEHICLEPOSITION},
{_SC("VehicleRotation"), EVT_VEHICLEROTATION}, {_SC("VehicleRotation"), EVT_VEHICLEROTATION},
{_SC("VehicleOption"), EVT_VEHICLEOPTION}, {_SC("VehicleOption"), EVT_VEHICLEOPTION},
{_SC("VehicleWorld"), EVT_VEHICLEWORLD},
{_SC("VehicleImmunity"), EVT_VEHICLEIMMUNITY},
{_SC("VehiclePartStatus"), EVT_VEHICLEPARTSTATUS},
{_SC("VehicleTyreStatus"), EVT_VEHICLETYRESTATUS},
{_SC("VehicleDamageData"), EVT_VEHICLEDAMAGEDATA},
{_SC("VehicleRadio"), EVT_VEHICLERADIO},
{_SC("VehicleHandlingRule"), EVT_VEHICLEHANDLINGRULE},
{_SC("ServerOption"), EVT_SERVEROPTION}, {_SC("ServerOption"), EVT_SERVEROPTION},
{_SC("ScriptReload"), EVT_SCRIPTRELOAD}, {_SC("ScriptReload"), EVT_SCRIPTRELOAD},
{_SC("ScriptLoaded"), EVT_SCRIPTLOADED}, {_SC("ScriptLoaded"), EVT_SCRIPTLOADED},