|
Arbor 3: FSM & BT Graph Editor
3.3.0
|
Interface of output DataSlot. More...
Public Member Functions | |
| void | AddOutputBranch (DataBranch branch) |
| Addition of DataBranch. More... | |
| void | RemoveOutputBranch (DataBranch branch) |
| Remove DataBranch. More... | |
| int | GetOutputBranchCount () |
| Get count of DataBranch. More... | |
| DataBranch | GetOutputBranch (int index) |
| Get DataBranch. More... | |
| bool | IsConnectedOutput (DataBranch branch) |
| It judges whether it is connected with DataBranch. More... | |
Interface of output DataSlot.
| void AddOutputBranch | ( | DataBranch | branch | ) |
| DataBranch GetOutputBranch | ( | int | index | ) |
Get DataBranch.
| index | Index |
Implemented in RerouteSlot, and OutputSlotBase.
| int GetOutputBranchCount | ( | ) |
| bool IsConnectedOutput | ( | DataBranch | branch | ) |
It judges whether it is connected with DataBranch.
| branch | DataBranch |
Implemented in RerouteSlot, and OutputSlotBase.
| void RemoveOutputBranch | ( | DataBranch | branch | ) |