![]() | TriggerReader Methods |
[This is preliminary documentation and is subject to change.]
The TriggerReader type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetParameterT |
Gets the parameter.
|
![]() | PeekNumber |
Peeks at the next value
|
![]() | PeekString |
Peeks at the next value
|
![]() | PeekVariable |
Peeks at the next value
|
![]() | PeekVariableT |
Peeks at the next value, if the next value is not of T, returns false.
|
![]() | PeekVariableTable |
Peeks at the next value
|
![]() | ReadNumber |
Reads the next Number available, throws TriggerReaderException on failure
|
![]() | ReadString |
Reads the next String, throws TriggerReaderException on failure
|
![]() | ReadVariable |
Reads the next Variable available, throws TriggerReaderException on failure
|
![]() | ReadVariableOrNumber |
Reads the next Variable or Number available, throws TriggerReaderException on failure
|
![]() | ReadVariableTable |
Reads the next Variable table available and the key if there is one, throws TriggerReaderException on failure
|
![]() | Reset |
Resets the reader's indexes to 0
|
![]() | TryGetParameterT |
Tries the get the parameter at the specified index.
|
![]() | TryReadNumber |
Tries the read a number from the trigger.
|
![]() | TryReadString |
Tries the read a string from the trigger.
|
![]() | TryReadVariable |
Trys to read the next Variable available
|
Name | Description | |
---|---|---|
![]() | AsT | (Defined by ObjectExtensions.) |