1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-07-01 06:27:11 +02:00

Expose functionality to emit custom entity events.

This commit is contained in:
Sandu Liviu Catalin
2016-07-27 00:13:50 +03:00
parent 18f5f90a47
commit f7b0909ed7
14 changed files with 105 additions and 0 deletions

View File

@ -157,6 +157,11 @@ public:
*/
void BindEvent(Int32 evid, Object & env, Function & func) const;
/* --------------------------------------------------------------------------------------------
* Emit a custom event for the managed entity
*/
void CustomEvent(Int32 header, Object & payload) const;
/* --------------------------------------------------------------------------------------------
* Retrieve the world in which the referenced blip entity exists.
*/