GetPedAnimationData: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
{{Client function}} | {{Client function}} | ||
This function is used to return the animation data of a [[player]] or [[ped]] that was set using [[setPedAnimation]] or [[blendPedAnimation]]. | |||
==Syntax== | ==Syntax== | ||
<syntaxhighlight lang="lua"> | <syntaxhighlight lang="lua"> | ||
table getPedAnimationData ( ped thePed | table getPedAnimationData ( ped thePed ) | ||
</syntaxhighlight> | </syntaxhighlight> | ||
===Required Arguments=== | ===Required Arguments=== | ||
*'''thePed:''' the player or ped you want to get the animation data of. | *'''thePed:''' the player or ped you want to get the animation data of. | ||
===Returns=== | ===Returns=== | ||
Returns | Returns a [[table]] containing information about animation. These keys are present in the table: | ||
*'''name:''' string - name of the animation | |||
*'''block_name:''' string - name of animation block | |||
*'''loop:''' boolean - is animation looping? | |||
*'''update_position:''' boolean - updating position | |||
*'''interruptible:''' boolean - is animation interruptible? | |||
*'''time:''' float - duration of the animation | |||
*'''start_time:''' float - starting point | |||
*'''finished:''' boolean - has animation finished playing? | |||
*'''speed:''' float - speed | |||
*'''blend_speed:''' float - blending speed | |||
==See Also== | ==See Also== | ||
{{ | {{Client ped functions}} |
Revision as of 12:46, 13 June 2009
This function is used to return the animation data of a player or ped that was set using setPedAnimation or blendPedAnimation.
Syntax
table getPedAnimationData ( ped thePed )
Required Arguments
- thePed: the player or ped you want to get the animation data of.
Returns
Returns a table containing information about animation. These keys are present in the table:
- name: string - name of the animation
- block_name: string - name of animation block
- loop: boolean - is animation looping?
- update_position: boolean - updating position
- interruptible: boolean - is animation interruptible?
- time: float - duration of the animation
- start_time: float - starting point
- finished: boolean - has animation finished playing?
- speed: float - speed
- blend_speed: float - blending speed
See Also
- canPedBeKnockedOffBike
- getPedAnalogControlState
- getPedAnimation
- getPedBonePosition
- getPedCameraRotation
- getPedControlState
- getPedMoveState
- getPedOxygenLevel
- getPedSimplestTask
- getPedTargetCollision
- getPedTargetEnd
- getPedTargetStart
- getPedTask
- getPedVoice
- getPedWeaponMuzzlePosition
- givePedWeapon
- isPedBleeding
- isPedDoingTask
- isPedReloadingWeapon
- isPedTargetingMarkerEnabled
- setAnalogControlState
- setPedAimTarget
- setPedAnalogControlState
- setPedBleeding
- setPedCameraRotation
- setPedCanBeKnockedOffBike
- setPedControlState
- setPedEnterVehicle
- setPedExitVehicle
- IsPedFootBloodEnabled
- setPedFootBloodEnabled
- setPedLookAt
- setPedOxygenLevel
- setPedTargetingMarkerEnabled
- setPedVoice
- Shared
- 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