PointSystemParamsAsset
Inherits from Asset
Summary
Constructors
PointSystemParamsAsset() |
PointSystemParamsAsset(guid: Guid) |
PointSystemParamsAsset(other: Asset) |
PointSystemParamsAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
multiKillTimeLimit | float |
dnfTimeout | float |
killStreakX | int |
nemesisKillX | int |
freefallHeight | float |
Static members
Name | Type |
---|---|
PointSystemParamsAsset.typeInfo | TypeInformation |
Constructors
PointSystemParamsAsset
PointSystemParamsAsset()
Creates a new PointSystemParamsAsset frostbite instance.
PointSystemParamsAsset
PointSystemParamsAsset(guid: Guid)
Creates a new PointSystemParamsAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PointSystemParamsAsset
PointSystemParamsAsset(other: Asset)
Casts an instance of type Asset to PointSystemParamsAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to PointSystemParamsAsset. |
PointSystemParamsAsset
PointSystemParamsAsset(other: DataContainer)
Casts an instance of type DataContainer to PointSystemParamsAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PointSystemParamsAsset. |
Properties
multiKillTimeLimit
float
dnfTimeout
float
killStreakX
int
nemesisKillX
int
freefallHeight
float
Static members
typeInfo
The type information for the PointSystemParamsAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)