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