FriendZoneEntityData
Inherits from EntityData
Summary
Constructors
FriendZoneEntityData() |
FriendZoneEntityData(guid: Guid) |
FriendZoneEntityData(other: EntityData) |
FriendZoneEntityData(other: GameObjectData) |
FriendZoneEntityData(other: GameDataContainer) |
FriendZoneEntityData(other: DataContainer) |
Properties
Name | Type |
---|---|
enemyWeight | int |
friendlyWeight | int |
corpsTimeout | int |
corpsWeight | int |
countCorpsesForAllTeams | bool |
initialZoneRandomized | bool |
Static members
Name | Type |
---|---|
FriendZoneEntityData.typeInfo | TypeInformation |
Constructors
FriendZoneEntityData
FriendZoneEntityData()
Creates a new FriendZoneEntityData frostbite instance.
FriendZoneEntityData
FriendZoneEntityData(guid: Guid)
Creates a new FriendZoneEntityData frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
FriendZoneEntityData
FriendZoneEntityData(other: EntityData)
Casts an instance of type EntityData to FriendZoneEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | EntityData | The instance to cast to FriendZoneEntityData. |
FriendZoneEntityData
FriendZoneEntityData(other: GameObjectData)
Casts an instance of type GameObjectData to FriendZoneEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameObjectData | The instance to cast to FriendZoneEntityData. |
FriendZoneEntityData
FriendZoneEntityData(other: GameDataContainer)
Casts an instance of type GameDataContainer to FriendZoneEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | GameDataContainer | The instance to cast to FriendZoneEntityData. |
FriendZoneEntityData
FriendZoneEntityData(other: DataContainer)
Casts an instance of type DataContainer to FriendZoneEntityData. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to FriendZoneEntityData. |
Properties
enemyWeight
int
friendlyWeight
int
corpsTimeout
int
corpsWeight
int
countCorpsesForAllTeams
bool
initialZoneRandomized
bool
Static members
typeInfo
The type information for the FriendZoneEntityData type.