RemoveIpl: Difference between revisions

From RAGE Multiplayer Wiki
No edit summary
No edit summary
 
Line 1: Line 1:
Removes a given IPL.
Removes a given IPL.


==Syntax==
{{CSharpContainer|
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}}
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}}
=== Required Arguments ===
*'''iplName:''' parameter input should be in '''string''' type
==Example==
{{CSharpContainer|
{{Parameters}}
{{Parameters}}
*'''iplName:''' parameter input should be in '''string''' type
*'''iplName:''' parameter input should be in '''string''' type

Latest revision as of 20:53, 27 November 2019

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