| 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)