RemoveIpl

From RAGE Multiplayer Wiki

Removes a given IPL.


C# Syntax

void NAPI.World.RemoveIpl(string iplName);

Parameters

  • iplName: parameter input should be in string type

Example

NAPI.World.RemoveIpl(string iplName);