void _INVENTORY_SET_INVENTORY_ITEM_WEATHER_EFFECTIVENESS(int inventoryId, Any* guid, int weatherEffectiveness);
| Property |
Value |
| Native Name |
_INVENTORY_SET_INVENTORY_ITEM_WEATHER_EFFECTIVENESS |
| Hash |
0x6D2F987736A42D4C |
| Return Type |
void |
| Build |
1207 |
| API Set |
client |
| Parameters |
inventoryId (int), guid (Any*), weatherEffectiveness (int) |
Description: OWE_INVALID = -1,
OWE_GOOD_IN_HOT
OWE_GOOD_IN_NONE
OWE_GOOD_IN_COLD
OWE_GOOD_IN_ALL
Usage
Lua (Direct):
InventorySetInventoryItemWeatherEffectiveness(inventoryId, guid, weatherEffectiveness)
Lua (Hash):
Citizen.InvokeNative(0x6D2F987736A42D4C, inventoryId, guid, weatherEffectiveness)
Back to INVENTORY