RequestIpl
Loads a requested IPL.
Syntax
void NAPI.World.RequestIpl(string iplName);
Required Arguments
- iplName: parameter input should be in string type
Example
C# Syntax
Parameters
- iplName: parameter input should be in string type
Example
NAPI.World.RequestIpl(iplName);