RequestIpl: Difference between revisions
(Created page with "Loads a requested IPL. ==Syntax== {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RequestIpl(string iplName);}} === Required Arguments === *'''iplName:''' par...") |
No edit summary |
||
| Line 1: | Line 1: | ||
Loads a requested IPL. | Loads a requested IPL. | ||
{{CSharpContainer| | |||
{{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RequestIpl(string iplName);}} | {{#tag:pre|void {{Template:CSharp_Serverside_namespace}}World.RequestIpl(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
Loads a requested IPL.
C# Syntax
void NAPI.World.RequestIpl(string iplName);
Parameters
- iplName: parameter input should be in string type
Example
NAPI.World.RequestIpl(iplName);