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

Inheritance: ILintPass
Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Méthode Description
CheckVoices ( ActorInfo actorInfo, Action emitError, Ruleset rules, string voiceSet ) : void
Run ( Action emitError, Action emitWarning, Ruleset rules ) : void

Method Details

CheckVoices() public méthode

public CheckVoices ( ActorInfo actorInfo, Action emitError, Ruleset rules, string voiceSet ) : void
actorInfo ActorInfo
emitError Action
rules Ruleset
voiceSet string
Résultat void

Run() public méthode

public Run ( Action emitError, Action emitWarning, Ruleset rules ) : void
emitError Action
emitWarning Action
rules Ruleset
Résultat void