RequestIpl
Внешний вид
Loads a requested IPL.
C# Syntax
void NAPI.World.RequestIpl(string iplName);
Parameters
- iplName: parameter input should be in string type
Example
<syntaxhighlight lang="csharp"> NAPI.World.RequestIpl(iplName); </syntaxhighlight>