Class FactionTypeTargetPicker
Target picker for FactionTypeInfo.
Namespace: RTSEngine.Faction
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public class FactionTypeTargetPicker : TargetPicker<FactionTypeInfo, List<FactionTypeInfo>>
Methods
IsInList(FactionTypeInfo)
Is the FactionTypeInfo instance defined as a valid entry.
Declaration
protected override bool IsInList(FactionTypeInfo factionType)
Parameters
| Type | Name | Description |
|---|---|---|
| FactionTypeInfo | factionType |
Returns
| Type | Description |
|---|---|
| Boolean | True if the input FactionTypeInfo instance is defined as valid entry in this target picker. |