Description: must be called after ANIMPOSTFX_PLAY, strength 0.0f - 1.0f
| Property | Value |
|---|---|
| Native Name | _ANIMPOSTFX_SET_STRENGTH |
| Hash | 0xCAB4DD2D5B2B7246 |
| Return Type | void |
| Build | 1207 |
| Parameters | effectName (const char*), strength (float) |
Parameters
effectName(const char*)strength(float)
Usage
Lua (Direct):
AnimpostfxSetStrength(effectName, strength)
Lua (Hash):
Citizen.InvokeNative(0xCAB4DD2D5B2B7246, effectName, strength)