mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-11-08 18:27:18 +01:00
Expose functionality to emit custom entity events.
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user