Method | Description | |
---|---|---|
MissionObjectiveProperties ( OpenRA.Scripting.ScriptContext context, Player player ) : Eluant |
Method | Description | |
---|---|---|
AddPrimaryObjective ( string description ) : int | ||
AddSecondaryObjective ( string description ) : int | ||
GetObjectiveDescription ( int id ) : string | ||
GetObjectiveType ( int id ) : string | ||
HasNoRequiredUnits ( ) : bool | ||
IsObjectiveCompleted ( int id ) : bool | ||
IsObjectiveFailed ( int id ) : bool | ||
MarkCompletedObjective ( int id ) : void | ||
MarkFailedObjective ( int id ) : void |
public MissionObjectiveProperties ( OpenRA.Scripting.ScriptContext context, Player player ) : Eluant | ||
context | OpenRA.Scripting.ScriptContext | |
player | Player | |
return | Eluant |