Class StrangeCloudUserUtils
Fucntions for interfacing with strange cloud that are used by both the client and server.
Inheritance
System.Object
StrangeCloudUserUtils
Assembly: Eco.Shared.dll
Syntax
public static class StrangeCloudUserUtils : Object
Fields
StrangeWorldsConfig
Declaration
public static IStrangeWorldsConfig StrangeWorldsConfig
Field Value
WorldID
Declaration
public static Func<Guid> WorldID
Field Value
Type |
Description |
System.Func<System.Guid> |
|
WorldOwnerID
Declaration
public static Func<Guid> WorldOwnerID
Field Value
Type |
Description |
System.Func<System.Guid> |
|
Methods
GetAllowedItems(StrangeUser)
Declaration
public static List<StrangeItemInWorld> GetAllowedItems(StrangeUser user)
Parameters
Type |
Name |
Description |
StrangeCloud.Service.Client.Contracts.StrangeUser |
user |
|
Returns