C# 클래스 Nintenlord.Event_Assembler.Core.Code.Preprocessors.BuiltInMacros.InsertText

TODO: Update summary.
상속: IMacro
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( IMacro other ) : bool
IsCorrectAmountOfParameters ( int amount ) : bool
Replace ( string parameters ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( IMacro other ) : bool
other IMacro
리턴 bool

IsCorrectAmountOfParameters() 공개 메소드

public IsCorrectAmountOfParameters ( int amount ) : bool
amount int
리턴 bool

Replace() 공개 메소드

public Replace ( string parameters ) : string
parameters string
리턴 string