RemoveIpl: Difference between revisions
(Created page with "Removes a given IPL. ==Syntax== {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}} === Required Arguments === *'''iplName:''' paramet...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
Removes a given IPL. | Removes a given IPL. | ||
{{CSharpContainer| | |||
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}} | {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RemoveIpl(string iplName);}} | ||
{{Parameters}} | {{Parameters}} | ||
*'''iplName:''' parameter input should be in '''string''' type | *'''iplName:''' parameter input should be in '''string''' type | ||
| Line 15: | Line 9: | ||
{{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]] | ||
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);