C# Class CryEngine.FlowSystem.FlowManager

Show file Open project: samneirinck/cemono

Public Methods

Method Description
GetNodeId ( string nodeName ) : UInt16
RegisterNode ( string category, string nodeName ) : void
RegisterNodes ( string path ) : void

Private Methods

Method Description
GetConfiguration ( UInt16 nodeId ) : FlowNodeConfig
InvokeNodeFunc ( UInt16 nodeId, string func, object args = null ) : object
NodeProcessEvent ( FlowNode flowEvent, UInt16 nodeId ) : void
_GetNodeId ( string nodeName ) : UInt16
_RegisterNode ( string category, string nodeName ) : void

Method Details

GetNodeId() public method

public GetNodeId ( string nodeName ) : UInt16
nodeName string
return System.UInt16

RegisterNode() public static method

public static RegisterNode ( string category, string nodeName ) : void
category string
nodeName string
return void

RegisterNodes() public method

public RegisterNodes ( string path ) : void
path string
return void