C# Class Nintenlord.Event_Assembler.Core.Code.LanguageProcessor.ParsedLine

Exibir arquivo Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Properties

Property Type Description
flags string[]
name string
number1 int
number2 int

Public Methods

Method Description
ParseLine ( string line ) : ParsedLine
ParseParameter ( ParsedLine line ) : TemplateParameter

Method Details

ParseLine() public static method

public static ParseLine ( string line ) : ParsedLine
line string
return ParsedLine

ParseParameter() public static method

public static ParseParameter ( ParsedLine line ) : TemplateParameter
line ParsedLine
return TemplateParameter

Property Details

flags public_oe property

public string[] flags
return string[]

name public_oe property

public string name
return string

number1 public_oe property

public int number1
return int

number2 public_oe property

public int number2
return int