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