Puppeteer.addVariableListener

Undocumented in source.
class Puppeteer(VarMonitorTypes...)
void
addVariableListener
(
VarType
)
(
ubyte varIndex
,
void delegate
(
ubyte
,
VarType
,
VarType
,
long
)
shared
listener
)
if (
canMonitor!VarType
)
if (
allSatisfy!(isVarMonitorTypeSupported, VarMonitorTypes)
)

Meta