1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-19 03:57:14 +01:00

Expose identifiers of newlly added events.

This commit is contained in:
Sandu Liviu Catalin 2016-08-19 18:28:41 +03:00
parent e179452a61
commit 19ebddfc71

View File

@ -120,6 +120,10 @@ static const EnumElement g_EventEnum[] = {
{_SC("PickupClaimed"), EVT_PICKUPCLAIMED},
{_SC("PickupCollected"), EVT_PICKUPCOLLECTED},
{_SC("PickupRespawn"), EVT_PICKUPRESPAWN},
{_SC("PickupWorld"), EVT_PICKUPWORLD},
{_SC("PickupAlpha"), EVT_PICKUPALPHA},
{_SC("PickupAutomatic"), EVT_PICKUPAUTOMATIC},
{_SC("PickupAutoTimer"), EVT_PICKUPAUTOTIMER},
{_SC("CheckpointEntered"), EVT_CHECKPOINTENTERED},
{_SC("CheckpointExited"), EVT_CHECKPOINTEXITED},
{_SC("CheckpointWorld"), EVT_CHECKPOINTWORLD},