mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-06-22 18:17:11 +02:00
Begin working on a demo script.
Should be simple and easy to start with.
This commit is contained in:
6
bin/demo/events/custom.nut
Normal file
6
bin/demo/events/custom.nut
Normal file
@ -0,0 +1,6 @@
|
||||
/* --------------------------------------------------------------------------------------------------------------------
|
||||
* Bind to global event: CustomEvent
|
||||
*/
|
||||
SqCore.On().CustomEvent.Connect(function(/*int*/ group, /*int*/ header, /*object*/ payload) {
|
||||
|
||||
});
|
Reference in New Issue
Block a user