Declaration
public static void GetWorldInfo(string worldID, Action<ParaWorldInfo> cb)
Parameter
Parameter Name | Parameter Description |
---|---|
worldID | ID of the World whose information is to be obtained |
cb | Callback function triggered when the information is obtained successfully. It will return the World information. |
Description
Gets information about a World.