MobileSpawnComponentData

Inherits from ComponentData

Summary

Constructors

MobileSpawnComponentData()
MobileSpawnComponentData(guid: Guid)
MobileSpawnComponentData(other: ComponentData)
MobileSpawnComponentData(other: GameObjectData)
MobileSpawnComponentData(other: GameDataContainer)
MobileSpawnComponentData(other: DataContainer)

Properties

Name Type
parachuteSpawnRadiusMin float
parachuteSpawnDistance float
nameSid string
parachuteSpawnRadiusMax float
enterMobileSpawnPoint bool

Static members

Name Type
MobileSpawnComponentData.typeInfo TypeInformation

Constructors

MobileSpawnComponentData

MobileSpawnComponentData()

Creates a new MobileSpawnComponentData frostbite instance.

MobileSpawnComponentData

MobileSpawnComponentData(guid: Guid)

Creates a new MobileSpawnComponentData frostbite instance and assigns it the provided Guid.

Parameters

Name Type Description
guid Guid The Guid to assign to the newly created instance.

MobileSpawnComponentData

MobileSpawnComponentData(other: ComponentData)

Casts an instance of type ComponentData to MobileSpawnComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other ComponentData The instance to cast to MobileSpawnComponentData.

MobileSpawnComponentData

MobileSpawnComponentData(other: GameObjectData)

Casts an instance of type GameObjectData to MobileSpawnComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameObjectData The instance to cast to MobileSpawnComponentData.

MobileSpawnComponentData

MobileSpawnComponentData(other: GameDataContainer)

Casts an instance of type GameDataContainer to MobileSpawnComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameDataContainer The instance to cast to MobileSpawnComponentData.

MobileSpawnComponentData

MobileSpawnComponentData(other: DataContainer)

Casts an instance of type DataContainer to MobileSpawnComponentData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other DataContainer The instance to cast to MobileSpawnComponentData.

Properties

parachuteSpawnRadiusMin

float

parachuteSpawnDistance

float

nameSid

string

parachuteSpawnRadiusMax

float

enterMobileSpawnPoint

bool

Static members

typeInfo

TypeInformation

The type information for the MobileSpawnComponentData type.

Last modified April 26, 2020: Update frostbite type documentation (8b14351c)