Semi Mod Loader
Classes | Static Public Member Functions | Private Attributes | List of all members
Semi.Tk0dConfigParser Class Reference

Classes

struct  ParsedAnimation
 Object representing the parsed animation. More...
 
struct  ParsedCollection
 Object representing the parsed collection. More...
 
class  Tk0dConfigParserException
 Exception thrown when the parser receives unexpected input. More...
 

Static Public Member Functions

static ParsedCollection ParseCollection (string data)
 Parses a file in Semi Collection format and produces a ParsedCollection. More...
 
static ParsedAnimation ParseAnimation (string data)
 Parses a file in Semi Animation format and produces a ParsedAnimation. More...
 

Private Attributes

ParsedAnimation.? Clip CurrentClip = null
 

Member Function Documentation

◆ ParseAnimation()

static ParsedAnimation Semi.Tk0dConfigParser.ParseAnimation ( string  data)
inlinestatic

Parses a file in Semi Animation format and produces a ParsedAnimation.

Returns
The parsed animation representation.
Parameters
dataContents of the Semi Animation file.

◆ ParseCollection()

static ParsedCollection Semi.Tk0dConfigParser.ParseCollection ( string  data)
inlinestatic

Parses a file in Semi Collection format and produces a ParsedCollection.

Returns
The parsed collection representation.
Parameters
dataContents of the Semi Collection file.

Member Data Documentation

◆ CurrentClip

ParsedAnimation.? Clip Semi.Tk0dConfigParser.CurrentClip = null
private

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