⁘ actions

CommandChain

go to → Members

Extends

Broadcasting

This section list the main methods used to watch/unwatch signals on this object. For more info on signals, see signals

Methods

Unwatch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}

Inherited From:

Watch(p_signal, p_fn, p_listener) → {common.pool.DisposableObjectEx}

Inherited From:

WatchOnce(p_signalId, p_fn, p_listener) → {common.pool.DisposableObjectEx}

Inherited From:

protected_Broadcast(p_signal, …args)

Inherited From:
Initialization

Methods

protectedoverride-me_Init()

Inherited From:

protectedoverride-me_PostInit()

Inherited From:
Utils

Methods

protected_Bind(p_func)

Inherited From:
Pooling

Group of methods related to the NKMjs pooling system.

Members

read-onlyisReleasing :boolean

Inherited From:

Methods

Release()

Inherited From:

protectedoverride-me_CleanUp()

Inherited From:
Misc

Members

context :*

Inherited From:

emitter :*

Inherited From:

write-onlyenabled :boolean

Inherited From:

icon :string

Inherited From:

read-onlyisEnabled :boolean

Inherited From:

name :string

Inherited From:

order :boolean

Inherited From:

read-onlyrunning :boolean

Inherited From:

Methods

Cancel()

Inherited From:

CanExecute(p_context)

Overrides:

TODO

Parameters:
Name Type Description
p_context *

Disable()

Inherited From:

Enable()

Inherited From:

Execute(p_context)

Overrides:

TODO

Parameters:
Name Type Default Description
p_context * null

PreventRelease()

Inherited From:

protected_Cancel()

Overrides:

TODO

protected_End()

Overrides:

TODO

protected_ExecuteNextIndex()

TODO

protected_Fail(p_msg)

Overrides:

TODO

Parameters:
Name Type Description
p_msg *

protected_InternalCancel()

Overrides:

TODO

protected_InternalExecute()

Overrides:

TODO

protected_NodeEnd(p_cmd)

TODO

Parameters:
Name Type Description
p_cmd actions.Command

protected_NodeFail(p_cmd, p_msg)

TODO

Parameters:
Name Type Description
p_cmd action.Command
p_msg string

protected_NodeStart(p_cmd)

TODO

Parameters:
Name Type Description
p_cmd actions.Command

protected_NodeSuccess(p_cmd)

TODO

Parameters:
Name Type Description
p_cmd actions.Command

protected_OnContextChanged()

Inherited From:

protected_OnEmitterReleased(p_emitter)

Inherited From:

protectedoverride-me_SanitizeContext(p_context)

Inherited From:

protected_Start()

Overrides:

TODO

protected_Success()

Overrides:

TODO