mirror of
				https://github.com/VCMP-SqMod/SqMod.git
				synced 2025-11-04 00:07:19 +01: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