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