Click or drag to resize

ThrottlePasses Constructor (Int32, Composite)

Implements a 'throttle' composite. This composite limits the number of times the child will be run within a given time span. 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
C#
public ThrottlePasses(
	int timeSeconds,
	Composite child
)

Parameters

timeSeconds
Type: SystemInt32
time span for occurrences in seconds
child
Type: TreeSharpComposite
composite children to tick (run)
See Also