PlayFromHereAsset
Inherits from Asset
Summary
Constructors
PlayFromHereAsset() |
PlayFromHereAsset(guid: Guid) |
PlayFromHereAsset(other: Asset) |
PlayFromHereAsset(other: DataContainer) |
Properties
Name | Type |
---|---|
soldier | Blueprint | nil |
animatedSkeletonDatabase | AnimatedSkeletonDatabase | nil |
antProject | AntProjectAsset | nil |
Static members
Name | Type |
---|---|
PlayFromHereAsset.typeInfo | TypeInformation |
Constructors
PlayFromHereAsset
PlayFromHereAsset()
Creates a new PlayFromHereAsset frostbite instance.
PlayFromHereAsset
PlayFromHereAsset(guid: Guid)
Creates a new PlayFromHereAsset frostbite instance and assigns it the provided Guid.
Parameters
Name | Type | Description |
---|---|---|
guid | Guid | The Guid to assign to the newly created instance. |
PlayFromHereAsset
PlayFromHereAsset(other: Asset)
Casts an instance of type Asset to PlayFromHereAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | Asset | The instance to cast to PlayFromHereAsset. |
PlayFromHereAsset
PlayFromHereAsset(other: DataContainer)
Casts an instance of type DataContainer to PlayFromHereAsset. Will throw an error when trying to cast from an unsupported type.
Parameters
Name | Type | Description |
---|---|---|
other | DataContainer | The instance to cast to PlayFromHereAsset. |
Properties
soldier
Blueprint | nil
animatedSkeletonDatabase
AnimatedSkeletonDatabase | nil
antProject
AntProjectAsset | nil
Static members
typeInfo
The type information for the PlayFromHereAsset type.
Last modified April 26, 2020: Update frostbite type documentation (8b14351c)