CheckLoopDataBranch
CheckLoopDataBranch(int, Object, int, Object)
public bool CheckLoopDataBranch(int inputNodeID, Object inputObj, int outputNodeID, Object outputObj) ;
Description
Check if DataBranch is looping.
Parameters
| Parameter Name | Description |
|---|---|
| inputNodeID | Input slot side node ID |
| inputObj | Input slot side Object |
| outputNodeID | Output slot side node ID |
| outputObj | Output slot side Object |
Returns
Returns true if it is looping.