Native referenceRedM

FORCE_ROOM_FOR_GAME_VIEWPORT

0x115B4AA8FB28AB43 INTERIOR
FUNCTION SIGNATURE
void FORCE_ROOM_FOR_GAME_VIEWPORT(`interiorID` (int), `roomHashKey` (Hash));
Property Value
Native Name FORCE_ROOM_FOR_GAME_VIEWPORT
Hash 0x115B4AA8FB28AB43
Return Type void
Build 1207
Parameters interiorID (int), roomHashKey (Hash)

Parameters

  • interiorID (int)
  • roomHashKey (Hash)

Usage

Lua (Direct):

ForceRoomForGameViewport(interiorID, roomHashKey)

Lua (Hash):

Citizen.InvokeNative(0x115B4AA8FB28AB43, interiorID, roomHashKey)

Back to INTERIOR