C# Class OpenRA.Mods.Common.Scripting.PlayerProperties

Inheritance: OpenRA.Scripting.ScriptPlayerProperties
Datei anzeigen Open project: cjshmyr/OpenRA

Private Properties

Property Type Description
GetActorsByType Actor[]
GetGroundAttackers Actor[]
HasPrerequisites bool

Public Methods

Method Description
PlayerProperties ( OpenRA.Scripting.ScriptContext context, Player player ) : System.Collections.Generic

Private Methods

Method Description
GetActorsByType ( string type ) : Actor[]
GetGroundAttackers ( ) : Actor[]
HasPrerequisites ( string type ) : bool

Method Details

PlayerProperties() public method

public PlayerProperties ( OpenRA.Scripting.ScriptContext context, Player player ) : System.Collections.Generic
context OpenRA.Scripting.ScriptContext
player Player
return System.Collections.Generic