RemoveIpl

From RAGE Multiplayer Wiki
Revision as of 13:55, 27 November 2019 by Avoid (talk | contribs)

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);