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