Native referenceRedMclient

_ADD_LIGHT_PROP_SET_TO_VEHICLE

0xC0F0417A90402742 PROPSET
FUNCTION SIGNATURE
void _ADD_LIGHT_PROP_SET_TO_VEHICLE(Vehicle vehicle, Hash lightPropset);
Property Value
Native Name _ADD_LIGHT_PROP_SET_TO_VEHICLE
Hash 0xC0F0417A90402742
Return Type void
Build 1207
API Set client
Parameters vehicle (Vehicle), lightPropset (Hash)

Description: To remove propsets either parse a zero as hash or call 0xE31C0CB1C3186D40 0xA6A9712955F53D9C returns lightPropset Hashes https://github.com/femga/rdr3_discoveries/blob/master/vehicles/vehicle_modding/vehicle_lantern_propsets.lua

Usage

Lua (Direct):

AddLightPropSetToVehicle(vehicle, lightPropset)

Lua (Hash):

Citizen.InvokeNative(0xC0F0417A90402742, vehicle, lightPropset)
Back to PROPSET