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 shot or touched report status has changed.

This commit is contained in:
Sandu Liviu Catalin
2016-08-18 17:12:00 +03:00
parent 9ce8a8a4f8
commit ed5f1a86de
6 changed files with 54 additions and 7 deletions

View File

@ -363,6 +363,7 @@ enum EventType
EVT_OBJECTTOUCHED,
EVT_OBJECTWORLD,
EVT_OBJECTALPHA,
EVT_OBJECTREPORT,
EVT_PICKUPCLAIMED,
EVT_PICKUPCOLLECTED,
EVT_PICKUPRESPAWN,