fireScriptGraphEvent
fireScriptGraphEvent<
Ctx>(compiled,run,tick,type,target,other?):void
Defined in: logic/ScriptGraphRunner.ts:298
Light the event.on nodes listening for type. target and other are
published on the entry’s ports, so a wire can carry who the event came from
and who else it named.
Type Parameters
Section titled “Type Parameters”Ctx
Parameters
Section titled “Parameters”compiled
Section titled “compiled”ScriptTickContext<Ctx>
string
target
Section titled “target”number
other?
Section titled “other?”number = 0
Returns
Section titled “Returns”void