TASK_PLAY_ANIM
https://github.com/femga/rdr3_discoveries/tree/master/animations flags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eScriptedAnimFlags ikFlags: https://github.com/Halen84/RDR3-Native-Flags-And-Enums/tree/main/eIkControlFlags animFilters: https://pastebin.com/1sGhKVvS
TASKBuild 1207
Signature
lua
TaskPlayAnim(PlayerPedId(), animDict, animName, 0.0, 0.0, 0, 0, 0.0, true, 0, true, taskFilter, true)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| char* | — | |
| char* | — | |
| float | — | |
| float | — | |
| int | — | |
| int | — | |
| float | — | |
| BOOL | — | |
| int | — | |
| BOOL | — | |
| char* | — | |
| BOOL | — |
Usage
lua
TaskPlayAnim(PlayerPedId(), animDict, animName, 0.0, 0.0, 0, 0, 0.0, true, 0, true, taskFilter, true)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Joaat hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
