Hide Comments
Hide Comments

Comments (0)

expandingDelegates

 

Name

Description

public delegate

TFloatNodeEvent

Defines the event handler signature for a node execute event (usually OnExecute). The Node parameter supplies the node that is executing, and the Context parameter supplies the context (state of the world and variables). The aResult parameters is where the result of the execution should be set.

public delegate

TFloatNodeNotifyEvent

Defines the event handler signature for a node notification event

public delegate

TVariantNodeEvent

Defines the event handler signature for a node execute event (usually OnExecute). The Node parameter supplies the node that is executing, and the Context parameter supplies the context (state of the world and variables). The aResult parameters is where the result of the execution should be set.

public delegate

TVariantNodeNotifyEvent

Defines the event handler signature for a node notification event

Top

Comments (0)