Throttle Constructor (Composite) |
Creates a 'throttle' composite. This composite limits the number of times the child
returns RunStatus.Success to once per 250ms. Returns Failure if limit reached,
otherwise returns result of child
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public Throttle(
Composite child
)
Parameters
- child
- Type: TreeSharpComposite
composite children to tick (run)
See Also