Native referenceRedM

_GET_FORCED_WEATHER

0xDD560ABEF5D3784C MISC
FUNCTION SIGNATURE
void _GET_FORCED_WEATHER(`weather` (Hash*), `p1` (Hash*));

Description: Returns the weather type that has been set by a script

Property Value
Native Name _GET_FORCED_WEATHER
Hash 0xDD560ABEF5D3784C
Return Type void
Build 1207
Parameters weather (Hash*), p1 (Hash*)

Parameters

  • weather (Hash*)
  • p1 (Hash*)

Usage

Lua (Direct):

GetForcedWeather(weather, p1)

Lua (Hash):

Citizen.InvokeNative(0xDD560ABEF5D3784C, weather, p1)

Back to MISC