C# Class Nintenlord.Event_Assembler.Core.Code.StringReplacers.NewReplacer

Inheritance: IStringReplacer
Datei anzeigen Open project: Diegoisawesome/AwesomeMapEditor-old Class Usage Examples

Public Methods

Method Description
Replace ( string s, string &newString ) : bool

Private Methods

Method Description
ContainsAt ( string s, int index, string toSearch ) : bool
FindMacros ( string s ) : SortedDictionary>
GetMacroData ( string s, SortedDictionary replace, int &i, string name ) : void
GetParameterLength ( string s, int index, int &parameters ) : int
GetParameters ( string s, int index ) : string[]
GetParameters ( string s, int index, int &lengthInString ) : string[]

Method Details

Replace() public method

public Replace ( string s, string &newString ) : bool
s string
newString string
return bool