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