1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-30 22:17:13 +02:00

Implement a new event to receive notifications when an object world has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-18 16:37:55 +03:00
parent 0afd4f3c2e
commit 3bbff3f258
6 changed files with 48 additions and 4 deletions

View File

@ -361,6 +361,7 @@ enum EventType
EVT_VEHICLERESPAWN,
EVT_OBJECTSHOT,
EVT_OBJECTTOUCHED,
EVT_OBJECTWORLD,
EVT_PICKUPCLAIMED,
EVT_PICKUPCOLLECTED,
EVT_PICKUPRESPAWN,