IsPedHeadless: Difference between revisions
Jump to navigation
Jump to search
(New page: __NOTOC__ {{Client function}} With this function, you can check if a ped has a head or not. ==Syntax== <syntaxhighlight lang="lua">bool isPedHeadless ( ped thePed )</syntaxhighlight> ===Required Arguments=== *'''...) |
No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{ | {{Server client function}} | ||
With this function, you can check if a ped has a head or not. | With this function, you can check if a ped has a head or not. | ||
==Syntax== | ==Syntax== |
Revision as of 15:48, 20 January 2009
With this function, you can check if a ped has a head or not.
Syntax
bool isPedHeadless ( ped thePed )
Required Arguments
- thePed: The ped to check.
Returns
Returns true if the ped is headless, false otherwise.
Example
Click to collapse [-]
ClientTODO
-- TODO
See Also
- addPedClothes
- getPedClothes
- removePedClothes
- createPed
- getPedAmmoInClip
- getPedArmor
- getPedFightingStyle
- getPedOccupiedVehicle
- getPedOccupiedVehicleSeat
- getPedStat
- getPedTarget
- getPedTotalAmmo
- getPedWalkingStyle
- getPedWeapon
- getPedWeaponSlot
- getPedContactElement
- getValidPedModels
- isPedChoking
- isPedDead
- isPedDoingGangDriveby
- isPedDucked
- isPedHeadless
- isPedInVehicle
- isPedOnFire
- isPedOnGround
- isPedWearingJetpack
- killPed
- removePedFromVehicle
- setPedAnimation
- setPedAnimationProgress
- setPedAnimationSpeed
- setPedArmor
- setPedDoingGangDriveby
- setPedFightingStyle
- setPedHeadless
- setPedOnFire
- setPedStat
- setPedWalkingStyle
- setPedWeaponSlot
- warpPedIntoVehicle