ThrottlePasses Constructor (TimeSpan, Composite) |
Implements a 'throttle' composite. This composite limits the number of times the child
to running once within a given time span. Returns Failure if attempted to run after
limit reached in timeframe, otherwise returns result of child
Namespace:
ff14bot.Behavior
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public ThrottlePasses(
TimeSpan timeFrame,
Composite child
)
Parameters
- timeFrame
- Type: SystemTimeSpan
wait TimeSpan after child success before another attempt - child
- Type: TreeSharpComposite
composite children to tick (run)
See Also