RemoveIpl: Difference between revisions
No edit summary |
No edit summary |
||
| 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 | ||
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);