Enum EFactionType
An enum describing faction types.
Namespace: Mannequin.Bindings
Assembly: Collapse.dll
Syntax
public enum EFactionType : int
Fields
| Name | Description |
|---|---|
| AI | An AI-controlled faction. |
| AlwaysHostile | A faction that is always hostile. |
| AlwaysNeutral | A faction that is always neutral. |
| Player | The faction the player is. |