Method IsClient
IsClient(World)
Check if a world is a client, will also return true for thin clients.
Declaration
public static bool IsClient(this World world)
Parameters
Type | Name | Description |
---|---|---|
World | world | A World instance |
Returns
Type | Description |
---|---|
bool |
IsClient(WorldUnmanaged)
Check if an unmanaged world is a client, will also return true for thin clients.
Declaration
public static bool IsClient(this WorldUnmanaged world)
Parameters
Type | Name | Description |
---|---|---|
WorldUnmanaged | world | A WorldUnmanaged instance |
Returns
Type | Description |
---|---|
bool |