RemoveIpl

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

Removes a given IPL.

Syntax

void NAPI.World.RemoveIpl(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.RemoveIpl(string iplName);



}}