Show / Hide Table of Contents

Class StrangeCloudUserUtils

Fucntions for interfacing with strange cloud that are used by both the client and server.

Inheritance
System.Object
StrangeCloudUserUtils
Namespace: Eco.Shared.StrangeCloudShared
Assembly: Eco.Shared.dll
Syntax
public static class StrangeCloudUserUtils : Object

Fields

StrangeWorldsConfig

Declaration
public static IStrangeWorldsConfig StrangeWorldsConfig
Field Value
Type Description
IStrangeWorldsConfig

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
Type Description
System.Collections.Generic.List<StrangeItemInWorld>
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾