Class.SqSignalBase - VCMP-SqMod/SqMod GitHub Wiki
Fast, efficient and flexible implementation of the signals and slots concept. Used heavily throughout the plug-in to deliver events from the server as well as the plug-in itself. Some features or safeguards have been omitted for the sake of efficiency. However, the implementation is solid enough to deliver a good experience when dealing with events.
-
class
SqSignalBase
-
function
Connect -
function
ConnectOnce -
function
Exists -
function
Disconnect -
function
ExistsThis -
function
ExistsFunc -
function
Count -
function
CountThis -
function
CountFunc -
function
Lead -
function
LeadThis -
function
LeadFunc -
function
Tail -
function
TailThis -
function
TailFunc -
function
Eliminate -
function
EliminateThis -
function
EliminateFunc -
function
Emit -
function
Query -
function
Consume -
function
Approve -
function
Request