C# Class OpenRA.Mods.Common.Lint.CheckAngle

Inheritance: ILintRulesPass
Datei anzeigen Open project: pchote/OpenRA

Public Methods

Method Description
Run ( Action emitError, Action emitWarning, Ruleset rules ) : void

Private Methods

Method Description
CheckLaunchAngles ( string weaponInfo, int minAngle, bool testMaxAngle, int maxAngle, Action emitError ) : void
InvalidAngle ( int value ) : bool

Method Details

Run() public method

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