SetVehicleComponentPosition: Difference between revisions
Jump to navigation
Jump to search
(Created page with "__NOTOC__ {{Client function}} {{New items|3.0151|1.4| This function set component position for vehicle. }} ==Syntax== <syntaxhighlight lang="lua"> bool setVehicleComponentPosition ( vehic...") |
No edit summary |
||
Line 12: | Line 12: | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''theVehicle:''' The [[vehicle]] you wish to set component position. | *'''theVehicle:''' The [[vehicle]] you wish to set component position. | ||
*'''theComponent:''' A component | *'''theComponent:''' A vehicle component: | ||
**'''"special_1":''' | |||
**'''"special_2":''' | |||
**'''"special_3":''' | |||
**'''"special_4":''' | |||
**'''"special_5":''' | |||
**'''"bonnet":''' | |||
**'''"boot":''' | |||
**'''"bumper_1":''' | |||
**'''"bumper_2":''' | |||
**'''"chassis":''' | |||
**'''"door_1":''' | |||
**'''"door_2":''' | |||
**'''"door_3":''' | |||
**'''"door_4":''' | |||
**'''"exhaust":''' | |||
**'''"wing_lf":''' | |||
**'''"wing_rf":''' | |||
**'''"extra_1":''' | |||
**'''"extra_2":''' | |||
*'''posX:''' The x position of this component from the center of the vehicle. | *'''posX:''' The x position of this component from the center of the vehicle. | ||
*'''posY:''' The y position of this component from the center of the vehicle. | *'''posY:''' The y position of this component from the center of the vehicle. | ||
*'''posZ:''' The z position of this component from the center of the vehicle. | *'''posZ:''' The z position of this component from the center of the vehicle. | ||
''' | ===Returns=== | ||
Return ''true'' if component position was set successfully, ''false'' otherwise. | |||
== | ==Example== | ||
TODO | |||
<syntaxhighlight lang="lua"> | |||
-- TODO | |||
</syntaxhighlight> | |||
==See Also== | ==See Also== | ||
{{Client_vehicle_functions}} | {{Client_vehicle_functions}} | ||
[[Category:Needs Example]] | [[Category:Needs Example]] |
Revision as of 12:55, 17 September 2012
This function set component position for vehicle.
Syntax
bool setVehicleComponentPosition ( vehicle theVehicle, string theComponent, float posX, float posY, float posZ )
Required Arguments
- theVehicle: The vehicle you wish to set component position.
- theComponent: A vehicle component:
- "special_1":
- "special_2":
- "special_3":
- "special_4":
- "special_5":
- "bonnet":
- "boot":
- "bumper_1":
- "bumper_2":
- "chassis":
- "door_1":
- "door_2":
- "door_3":
- "door_4":
- "exhaust":
- "wing_lf":
- "wing_rf":
- "extra_1":
- "extra_2":
- posX: The x position of this component from the center of the vehicle.
- posY: The y position of this component from the center of the vehicle.
- posZ: The z position of this component from the center of the vehicle.
Returns
Return true if component position was set successfully, false otherwise.
Example
TODO
-- TODO
See Also
- areVehicleLightsOn
- getHeliBladeCollisionsEnabled
- getHelicopterRotorSpeed
- getVehicleAdjustableProperty
- getVehicleComponentPosition
- getVehicleComponentRotation
- getVehicleComponents
- getVehicleComponentScale
- getVehicleComponentVisible
- getVehicleCurrentGear
- getVehicleDummyPosition
- getVehicleGravity
- getVehicleLandingGearDown
- getVehicleModelDummyDefaultPosition
- getVehicleModelDummyPosition
- getVehicleModelExhaustFumesPosition
- getVehicleModelWheelSize
- getVehicleNitroCount
- getVehicleNitroLevel
- getVehicleWheelFrictionState
- getVehicleWheelScale
- isTrainChainEngine
- isVehicleNitroActivated
- isVehicleNitroRecharging
- isVehicleOnGround
- isVehicleWheelOnGround
- isVehicleWindowOpen
- resetVehicleComponentPosition
- resetVehicleComponentRotation
- resetVehicleComponentScale
- resetVehicleDummyPositions
- setHeliBladeCollisionsEnabled
- setHelicopterRotorSpeed
- setVehicleAdjustableProperty
- setVehicleComponentPosition
- setVehicleComponentRotation
- setVehicleComponentScale
- setVehicleComponentVisible
- setVehicleDummyPosition
- setVehicleGravity
- setVehicleLandingGearDown
- setVehicleModelDummyPosition
- setVehicleModelExhaustFumesPosition
- setVehicleModelWheelSize
- setVehicleNitroActivated
- setVehicleNitroCount
- setVehicleNitroLevel
- setVehicleWheelScale
- setVehicleWheelStates
- setVehicleWindowOpen
- Shared
- addVehicleUpgrade
- attachTrailerToVehicle
- blowVehicle
- createVehicle
- detachTrailerFromVehicle
- fixVehicle
- getOriginalHandling
- getTrainDirection
- getTrainPosition
- getTrainSpeed
- getTrainTrack
- getVehicleColor
- getVehicleCompatibleUpgrades
- getVehicleController
- getVehicleDoorOpenRatio
- getVehicleDoorState
- getVehicleEngineState
- getVehicleHandling
- getVehicleHeadLightColor
- getVehicleLandingGearDown
- getVehicleLightState
- getVehicleMaxPassengers
- getVehicleModelFromName
- getVehicleName
- getVehicleNameFromModel
- getVehicleOccupant
- getVehicleOccupants
- getVehicleOverrideLights
- getVehiclePaintjob
- getVehiclePanelState
- getVehiclePlateText
- getVehicleSirenParams
- getVehicleSirens
- getVehicleSirensOn
- getVehicleTowedByVehicle
- getVehicleTowingVehicle
- getVehicleTurretPosition
- getVehicleType
- getVehicleUpgradeOnSlot
- getVehicleUpgradeSlotName
- getVehicleUpgrades
- getVehicleVariant
- getVehicleWheelStates
- isTrainDerailable
- isTrainDerailed
- isVehicleBlown
- isVehicleDamageProof
- isVehicleFuelTankExplodable
- isVehicleLocked
- isVehicleOnGround
- isVehicleTaxiLightOn
- removeVehicleUpgrade
- setTrainDerailable
- setTrainDerailed
- setTrainDirection
- setTrainPosition
- setTrainSpeed
- setTrainTrack
- setVehicleColor
- setVehicleDamageProof
- setVehicleDoorOpenRatio
- setVehicleDoorState
- setVehicleDoorsUndamageable
- setVehicleEngineState
- setVehicleFuelTankExplodable
- setVehicleHandling
- setVehicleHeadLightColor
- setVehicleLandingGearDown
- setVehicleLightState
- setVehicleLocked
- setVehicleOverrideLights
- setVehiclePaintjob
- setVehiclePanelState
- setVehiclePlateText
- setVehicleSirens
- setVehicleSirensOn
- setVehicleTaxiLightOn
- setVehicleTurretPosition
- setVehicleVariant
- setVehicleWheelStates