Method | Description | |
---|---|---|
GetRemoveIPL ( int index ) : string |
Gets the specified remove IPL
|
|
GetRequiredIPL ( int index ) : string |
Gets the specified required IPL
|
|
TeleportTarget ( MString name, float x, float y, float z, string requiredIPLs = null, string removeIPLs = null ) : System |
Creates a teleport target instance
|
public GetRemoveIPL ( int index ) : string | ||
index | int | Index of the IPL |
return | string |
public GetRequiredIPL ( int index ) : string | ||
index | int | Index of the IPL |
return | string |
public TeleportTarget ( MString name, float x, float y, float z, string requiredIPLs = null, string removeIPLs = null ) : System | ||
name | MString | Name |
x | float | X coordinate |
y | float | Y coordinate |
z | float | Z coordinate |
requiredIPLs | string | Required IPLs to load |
removeIPLs | string | Required IPLs to remove |
return | System |