Click or drag to resize

TriggerReaderPeekVariableT Method

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

Peeks at the next value, if the next value is not of T, returns false.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool PeekVariable<T>()
where T : struct, new()

Type Parameters

T

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Monkeyspeak.TriggerReader.PeekVariable``1"]

See Also