C# Class Nintenlord.Event_Assembler.Core.Code.Preprocessors.BuiltInMacros.VectorLength

Inheritance: IMacro
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
Equals ( IMacro other ) : bool
IsCorrectAmountOfParameters ( int amount ) : bool
Replace ( string parameters ) : string

Private Methods

Méthode Description
GetVector ( string vector ) : string[]

Method Details

Equals() public méthode

public Equals ( IMacro other ) : bool
other IMacro
Résultat bool

IsCorrectAmountOfParameters() public méthode

public IsCorrectAmountOfParameters ( int amount ) : bool
amount int
Résultat bool

Replace() public méthode

public Replace ( string parameters ) : string
parameters string
Résultat string