Click or drag to resize

TriggerReaderTryReadString Method

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

Tries the read a string from the trigger.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public bool TryReadString(
	out string str,
	bool processVariables = true
)

Parameters

str
Type: SystemString
The string.
processVariables (Optional)
Type: SystemBoolean
if set to true [process variables].

Return Value

Type: Boolean
true on success; false otherwise
See Also