Struct FactionSlotData
Namespace: RTSEngine.Faction
Assembly: cs.temp.dll.dll
Syntax
[Serializable]
public struct FactionSlotData
Fields
color
Declaration
public Color color
Field Value
| Type | Description |
|---|---|
| Color |
forcedID
Declaration
public int forcedID
Field Value
| Type | Description |
|---|---|
| Int32 |
forceID
Declaration
public bool forceID
Field Value
| Type | Description |
|---|---|
| Boolean |
isLocalPlayer
Declaration
public bool isLocalPlayer
Field Value
| Type | Description |
|---|---|
| Boolean |
name
Declaration
public string name
Field Value
| Type | Description |
|---|---|
| String |
npcType
Declaration
public NPCType npcType
Field Value
| Type | Description |
|---|---|
| NPCType |
role
Declaration
public FactionSlotRole role
Field Value
| Type | Description |
|---|---|
| FactionSlotRole |
type
Declaration
public FactionTypeInfo type
Field Value
| Type | Description |
|---|---|
| FactionTypeInfo |