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 16:16:49 +03:00
parent 8f74eccb1a
commit 0afd4f3c2e

View File

@ -119,6 +119,8 @@ static const EnumElement g_EventEnum[] = {
{_SC("PickupRespawn"), EVT_PICKUPRESPAWN},
{_SC("CheckpointEntered"), EVT_CHECKPOINTENTERED},
{_SC("CheckpointExited"), EVT_CHECKPOINTEXITED},
{_SC("CheckpointWorld"), EVT_CHECKPOINTWORLD},
{_SC("CheckpointRadius"), EVT_CHECKPOINTRADIUS},
{_SC("EntityPool"), EVT_ENTITYPOOL},
{_SC("ClientScriptData"), EVT_CLIENTSCRIPTDATA},
{_SC("PlayerUpdate"), EVT_PLAYERUPDATE},