C# 클래스 OpenRA.Mods.Common.Lint.CheckAngle

상속: ILintRulesPass
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
Run ( Action emitError, Action emitWarning, Ruleset rules ) : void

비공개 메소드들

메소드 설명
CheckLaunchAngles ( string weaponInfo, int minAngle, bool testMaxAngle, int maxAngle, Action emitError ) : void
InvalidAngle ( int value ) : bool

메소드 상세

Run() 공개 메소드

public Run ( Action emitError, Action emitWarning, Ruleset rules ) : void
emitError Action
emitWarning Action
rules Ruleset
리턴 void