SetPedAnimation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(Reverted a stupid change.) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
{{client function}} | {{Server client function}} | ||
Sets the current animation of a player or ped. Not specifying the type of animation will automatically cancel the current one. | Sets the current animation of a player or ped. Not specifying the type of animation will automatically cancel the current one. |
Revision as of 20:22, 27 December 2008
Sets the current animation of a player or ped. Not specifying the type of animation will automatically cancel the current one.
Syntax
bool setPedAnimation ( ped thePed, [string block=nil, string name=nil, int time=-1,bool loop=true, bool updatePosition=true, bool interruptible=true) )
Required Arguments
- thePed: the player or ped you want to apply an animation to.
Optional Arguments
- block: the animation block's name.
- anim: the name of the animation within the block.
- time: the duration for the animation. Defaults to -1, which is the default time.
- loop: indicates whether or not the animation will loop.
- updatePosition: will change the actual coordinates of the ped according to the animation. Use this for e.g. walking animations.
- interuptable: Defines whether the animation can be interrupted by normal movements
Returns
Returns true if succesful, false otherwise.
Example
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