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