InputRestrictionEntityData

Inherits from GameEntityData

Summary

Constructors

InputRestrictionEntityData()
InputRestrictionEntityData(guid: Guid)
InputRestrictionEntityData(other: GameEntityData)
InputRestrictionEntityData(other: SpatialEntityData)
InputRestrictionEntityData(other: EntityData)
InputRestrictionEntityData(other: GameObjectData)
InputRestrictionEntityData(other: GameDataContainer)
InputRestrictionEntityData(other: DataContainer)

Properties

Name Type
applyRestrictionsToSpecificPlayer bool
throttle bool
strafe bool
brake bool
handBrake bool
clutch bool
yaw bool
pitch bool
roll bool
fire bool
fireCountermeasure bool
altFire bool
cycleRadioChannel bool
selectMeleeWeapon bool
zoom bool
jump bool
changeVehicle bool
changeEntry bool
changePose bool
toggleParachute bool
changeWeapon bool
reload bool
toggleCamera bool
sprint bool
scoreboardMenu bool
mapZoom bool
gearUp bool
gearDown bool
threeDimensionalMap bool
giveOrder bool
prone bool
switchPrimaryInventory bool
switchPrimaryWeapon bool
grenadeLauncher bool
staticGadget bool
dynamicGadget1 bool
dynamicGadget2 bool
meleeAttack bool
throwGrenade bool
selectWeapon1 bool
selectWeapon2 bool
selectWeapon3 bool
selectWeapon4 bool
selectWeapon5 bool
selectWeapon6 bool
selectWeapon7 bool
selectWeapon8 bool
selectWeapon9 bool
overridePreviousInputRestriction bool

Static members

Name Type
InputRestrictionEntityData.typeInfo TypeInformation

Constructors

InputRestrictionEntityData

InputRestrictionEntityData()

Creates a new InputRestrictionEntityData frostbite instance.

InputRestrictionEntityData

InputRestrictionEntityData(guid: Guid)

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

Parameters

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

InputRestrictionEntityData

InputRestrictionEntityData(other: GameEntityData)

Casts an instance of type GameEntityData to InputRestrictionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other GameEntityData The instance to cast to InputRestrictionEntityData.

InputRestrictionEntityData

InputRestrictionEntityData(other: SpatialEntityData)

Casts an instance of type SpatialEntityData to InputRestrictionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other SpatialEntityData The instance to cast to InputRestrictionEntityData.

InputRestrictionEntityData

InputRestrictionEntityData(other: EntityData)

Casts an instance of type EntityData to InputRestrictionEntityData. Will throw an error when trying to cast from an unsupported type.

Parameters

Name Type Description
other EntityData The instance to cast to InputRestrictionEntityData.

InputRestrictionEntityData

InputRestrictionEntityData(other: GameObjectData)

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

Parameters

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

InputRestrictionEntityData

InputRestrictionEntityData(other: GameDataContainer)

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

Parameters

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

InputRestrictionEntityData

InputRestrictionEntityData(other: DataContainer)

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

Parameters

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

Properties

applyRestrictionsToSpecificPlayer

bool

throttle

bool

strafe

bool

brake

bool

handBrake

bool

clutch

bool

yaw

bool

pitch

bool

roll

bool

fire

bool

fireCountermeasure

bool

altFire

bool

cycleRadioChannel

bool

selectMeleeWeapon

bool

zoom

bool

jump

bool

changeVehicle

bool

changeEntry

bool

changePose

bool

toggleParachute

bool

changeWeapon

bool

reload

bool

toggleCamera

bool

sprint

bool

scoreboardMenu

bool

mapZoom

bool

gearUp

bool

gearDown

bool

threeDimensionalMap

bool

giveOrder

bool

prone

bool

switchPrimaryInventory

bool

switchPrimaryWeapon

bool

grenadeLauncher

bool

staticGadget

bool

dynamicGadget1

bool

dynamicGadget2

bool

meleeAttack

bool

throwGrenade

bool

selectWeapon1

bool

selectWeapon2

bool

selectWeapon3

bool

selectWeapon4

bool

selectWeapon5

bool

selectWeapon6

bool

selectWeapon7

bool

selectWeapon8

bool

selectWeapon9

bool

overridePreviousInputRestriction

bool

Static members

typeInfo

TypeInformation

The type information for the InputRestrictionEntityData type.

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