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

Inheritance: IMacro
ファイルを表示 Open project: Diegoisawesome/AwesomeMapEditor-old

Public Methods

Method Description
Equals ( IMacro other ) : bool
IsCorrectAmountOfParameters ( int amount ) : bool
Replace ( string parameters ) : string

Private Methods

Method Description
GetVector ( string vector ) : string[]

Method Details

Equals() public method

public Equals ( IMacro other ) : bool
other IMacro
return bool

IsCorrectAmountOfParameters() public method

public IsCorrectAmountOfParameters ( int amount ) : bool
amount int
return bool

Replace() public method

public Replace ( string parameters ) : string
parameters string
return string