Streaming::requestIpl: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 24: Line 24:


==See also==
==See also==
{{Streaming_s_function_c}}
{{Streaming_functions_c}}
[[Category:Clientside API]]
[[Category:Clientside API]]

Latest revision as of 03:32, 27 May 2024

Requests for the IPL to be loaded into the map

List of IPLs: http://pastebin.com/FyV5mMma or https://wiki.rage.mp/index.php?title=Interiors_and_Locations

Syntax

mp.game.streaming.requestIpl(iplName);

Required Arguments

  • iplName: String

Return value

  • Undefined

Example

Loads the FIB interior so it can be accessed.

Client-Side
mp.game.streaming.requestIpl("FIBlobbyfake");

See also