RemoveIpl: Difference between revisions

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


{{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}}
{{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}}
|lang=csharp}}
|lang=csharp}}
[[Category:Serverside API]]
[[Category:Serverside API]]

Revision as of 13:56, 27 November 2019

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