PixelCrushers.DialogueSystem.SequenceParser Class Reference

Basic recursive descent parser for sequences. More...

Public Member Functions

List< QueuedSequencerCommandParse (string sequence, bool throwExceptions=false)
 Parses a sequence string into a list of sequencer command records.
 

Detailed Description

Basic recursive descent parser for sequences.

Member Function Documentation

◆ Parse()

List< QueuedSequencerCommand > PixelCrushers.DialogueSystem.SequenceParser.Parse ( string  sequence,
bool  throwExceptions = false 
)
inline

Parses a sequence string into a list of sequencer command records.

Parameters
sequenceSequence to parse.
Returns
A list of command records.

The documentation for this class was generated from the following file: