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