/* -------------------------------------------------------------------------------------------------------------------- * Bind to global event: BlipCreated */ SqCore.On().BlipCreated.Connect(function(/*SqBlip*/ blip, /*int*/ header, /*object*/ payload) { }); /* -------------------------------------------------------------------------------------------------------------------- * Bind to global event: BlipDestroyed */ SqCore.On().BlipDestroyed.Connect(function(/*SqBlip*/ blip, /*int*/ header, /*object*/ payload) { }); /* -------------------------------------------------------------------------------------------------------------------- * Bind to global event: BlipCustom */ SqCore.On().BlipCustom.Connect(function(/*SqBlip*/ blip, /*int*/ header, /*object*/ payload) { });