Native referenceRedM

_ENABLE_STAIRS_STEP_FOR_VOLUME

0xEAB3D91D30A344F1 ENTITY
FUNCTION SIGNATURE
void _ENABLE_STAIRS_STEP_FOR_VOLUME(int volumeId);
Property Value
Native Name _ENABLE_STAIRS_STEP_FOR_VOLUME
Hash 0xEAB3D91D30A344F1
Return Type void
Build 1207
Parameters volumeId (int)

Description: Re-enables normal stair stepping behavior within the specified volume. This restores proper step-by-step movement and foot placement for entities that was previously altered by _DISABLE_STAIRS_STEP_FOR_VOLUME

Usage

Lua (Direct):

EnableStairsStepForVolume(volumeId)

Lua (Hash):

Citizen.InvokeNative(0xEAB3D91D30A344F1, volumeId)
Back to ENTITY