Method IsThinClient
IsThinClient(World)
Check if a world is a thin client.
Declaration
public static bool IsThinClient(this World world)
Parameters
Type | Name | Description |
---|---|---|
World | world | A World instance |
Returns
Type | Description |
---|---|
bool |
IsThinClient(WorldUnmanaged)
Check if an unmanaged world is a thin client.
Declaration
public static bool IsThinClient(this WorldUnmanaged world)
Parameters
Type | Name | Description |
---|---|---|
WorldUnmanaged | world | A WorldUnmanaged instance |
Returns
Type | Description |
---|---|
bool |