RequestIpl

From RAGE Multiplayer Wiki
Revision as of 13:50, 27 November 2019 by Avoid (talk | contribs) (Created page with "Loads a requested IPL. ==Syntax== {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RequestIpl(string iplName);}} === Required Arguments === *'''iplName:''' par...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Loads a requested IPL.


Syntax

void NAPI.World.RequestIpl(string iplName);

Required Arguments

  • iplName: parameter input should be in string type


Example

C# Syntax

Parameters

  • iplName: parameter input should be in string type

Example

NAPI.World.RequestIpl(iplName);