_SET_PED_ACTIVATE_WOUND_EFFECT
bloodFountainPressure: visible effect from 0.0 till 20.0 yaw: visible effect from -3.0 till 3.0 bloodFountainDirection: 1.0 left side, -1.0 right side bloodFountainPulse: from 0.1 (low) till 1.0 (fast) make blood fountain from your stomach: _SET_PED_ACTIVATE_WOUND_EFFECT(ped, unk, 2, 14411, 0.0, 0.1, 0.0, 0.0, 3.0, -1.0, 1.0)
PEDBuild 1207
Signature
lua
SetPedActivateWoundEffect(PlayerPedId(), 0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)
-- returns voidParameters
| Name | Type | Description |
|---|---|---|
| Ped | — | |
| int | — | |
| int | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — | |
| float | — |
Usage
lua
SetPedActivateWoundEffect(PlayerPedId(), 0, 0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0)Generated from the native name, hash, and parameter list. Add a real example.
Details
- Hash
- Source
- VORPCORE/RDR3natives
Source: VORPCORE/RDR3natives
