ParaWorldService.GetWorldInfo

Declaration

public static void GetWorldInfo(string worldID, Action<ParaWorldInfo> cb)

Parameter

Parameter NameParameter Description
worldIDID of the World whose information is to be obtained
cbCallback function triggered when the information is obtained successfully. It will return the World information.

Description

Gets information about a World.