Click or drag to resize

TriggerBlockGetSubBlock Method

[This is preliminary documentation and is subject to change.]

Creates a sub block.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public TriggerBlock GetSubBlock(
	int index,
	int count = -1
)

Parameters

index
Type: SystemInt32
The index.
count (Optional)
Type: SystemInt32
The count. -1 will go to the end of the collection

Return Value

Type: TriggerBlock

[Missing <returns> documentation for "M:Monkeyspeak.TriggerBlock.GetSubBlock(System.Int32,System.Int32)"]

See Also