| 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
)
Public Function GetSubBlock (
index As Integer,
Optional count As Integer = -1
) As TriggerBlock
public:
TriggerBlock^ GetSubBlock(
int index,
int count = -1
)
member GetSubBlock :
index : int *
?count : int
(* Defaults:
let _count = defaultArg count -1
*)
-> TriggerBlock
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