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