Click or drag to resize

NodeCunningSubNodeResultChanged method

Is called up when the result of a node has changed. This is used to start the calculation of the logical state of this NodeList restart; important for <=> comparisons.

Namespace: LogicalTaskTree
Assembly: LogicalTaskTree (in LogicalTaskTree.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
protected override void SubNodeResultChanged(
	
	LogicalNode sender,
	
	Result? result
)

Parameters

sender  LogicalNode
The event source.
result  Result
The new result.
See also