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