C# Class OpenRA.Mods.Common.AI.Squad

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
Type SquadType
Units List

Méthodes publiques

Méthode Description
Squad ( HackyAI bot, SquadType type ) : System.Collections.Generic
Squad ( HackyAI bot, SquadType type, Actor target ) : System.Collections.Generic
Update ( ) : void

Method Details

Squad() public méthode

public Squad ( HackyAI bot, SquadType type ) : System.Collections.Generic
bot HackyAI
type SquadType
Résultat System.Collections.Generic

Squad() public méthode

public Squad ( HackyAI bot, SquadType type, Actor target ) : System.Collections.Generic
bot HackyAI
type SquadType
target Actor
Résultat System.Collections.Generic

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

Type public_oe property

public SquadType Type
Résultat SquadType

Units public_oe property

public List Units
Résultat List