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

Mostra file Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
Type SquadType
Units List

Public Methods

Method 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 method

public Squad ( HackyAI bot, SquadType type ) : System.Collections.Generic
bot HackyAI
type SquadType
return System.Collections.Generic

Squad() public method

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

Update() public method

public Update ( ) : void
return void

Property Details

Type public_oe property

public SquadType Type
return SquadType

Units public_oe property

public List Units
return List