_SET_PED_COMBAT_STYLE
https://github.com/femga/rdr3_discoveries/tree/master/AI/COMBAT_STYLES Params: p2 is usually 1, sometimes 0 or 2 duration in seconds, -1.0 = forever
PEDBuild 1207
Signature
lua
SetPedCombatStyle(PlayerPedId(), GetHashKey("..."), 0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| Hash | — | |
| int | — | |
| float | — |
Usage
lua
SetPedCombatStyle(PlayerPedId(), GetHashKey("..."), 0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
