mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-09-18 18:27:18 +02:00
Implement the custom event functions.
This commit is contained in:
@@ -11,6 +11,12 @@ namespace SqMod {
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
extern void ProcessRoutines();
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitCustomEvent(Int32 group, Int32 header, Object & payload)
|
||||
{
|
||||
Emit(mOnCustomEvent, group, header, payload);
|
||||
}
|
||||
|
||||
// ------------------------------------------------------------------------------------------------
|
||||
void Core::EmitBlipCreated(Int32 blip, Int32 header, Object & payload)
|
||||
{
|
||||
|
Reference in New Issue
Block a user