signals.tfile

source file

Classes
Summary
 

Objects
Summary
 

Functions
Summary
Details


Summary of Classes  

(none)

Summary of Global Objects  

Signal

Summary of Global Functions  

connect DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal DefSignal unconnect

Global Functions  

connect (sender, signal, receiver, handler?)

signals.t[313]

Function to set up a signalling relation between sender and receiver via the signal Signal. This first created a relation between sender and receiver [using the RELATIONS extension) And then, if the handler parameter is supplied, adds an appropriate entry to the signal’s dispatchTab table to register that this is the handler to use on the receiver when signal is sent to receiver from sender. [SIGNALS EXTENSION]

DefSignal (lit, lit)

signals.t[122]

Signals to handle common state changes on Thing [SIGNALS EXTENSION]

DefSignal (unlit, unlit)

signals.t[123]

no description available

DefSignal (discover, discovered)

signals.t[124]

no description available

DefSignal (undiscover, lost)

signals.t[125]

no description available

DefSignal (lock, locked)

signals.t[126]

no description available

DefSignal (unlock, unlocked)

signals.t[127]

no description available

DefSignal (on, turned, on)

signals.t[128]

no description available

DefSignal (off, turned, off)

signals.t[129]

no description available

DefSignal (worn, worn)

signals.t[130]

no description available

DefSignal (doff, doffed)

signals.t[131]

no description available

DefSignal (move, moved)

signals.t[132]

no description available

DefSignal (actmove, action, moved)

signals.t[133]

no description available

DefSignal (seen, seen)

signals.t[134]

no description available

DefSignal (examine, examine)

signals.t[135]

no description available

DefSignal (take, take)

signals.t[136]

no description available

DefSignal (drop, drop)

signals.t[137]

no description available

DefSignal (open, open)

signals.t[138]

no description available

DefSignal (close, closed)

signals.t[139]

no description available

DefSignal (push, push)

signals.t[140]

no description available

DefSignal (pull, pull)

signals.t[141]

no description available

DefSignal (feel, feel)

signals.t[142]

no description available

unconnect (sender, signal, receiver)

signals.t[327]

Function to remove the signalling relationship between sender and receiver via the signal Signal. [SIGNALS EXTENSION]

Adv3Lite Library Reference Manual
Generated on 15/03/2023 from adv3Lite version 1.6.1