natives.taskPlayAnimWithFlags: Difference between revisions

no edit summary
(Created page with "{{ScriptItem |endpoint = client |games = iv |type = function |name = natives.taskPlayAnimWithFlags |parameters = int ped, string animName, string animDict, float speed, int flag, int duration |parameter1 = int ped The ped handle |parameter2 = string animName The animation name (e.g. "armsup_loop") |parameter3 = string animDict The animation dictionary (e.g. "cop") |parameter4 = float speed The playback speed (default 8.0) |parameter5 = int flag Control flag (blend/priori...")
 
No edit summary
 
Line 6: Line 6:
|parameters = int ped, string animName, string animDict, float speed, int flag, int duration
|parameters = int ped, string animName, string animDict, float speed, int flag, int duration
|parameter1 = int ped The ped handle
|parameter1 = int ped The ped handle
|parameter2 = string animName The animation name (e.g. "armsup_loop")
|parameter2 = string animName The animation name ("armsup_loop")
|parameter3 = string animDict The animation dictionary (e.g. "cop")
|parameter3 = string animDict The animation dictionary ("cop")
|parameter4 = float speed The playback speed (default 8.0)
|parameter4 = float speed The playback speed (default 8.0)
|parameter5 = int flag Control flag (blend/priority, usually 0)
|parameter5 = int flag Control flag (blend/priority, usually 0)
53

edits