Show / Hide Table of Contents

Class StrangeWorldsConfig

Inheritance
System.Object
StrangeWorldsConfig
Implements
IController
IViewController
IHasUniversalID
IStrangeWorldsConfig
System.ComponentModel.INotifyPropertyChanged
Namespace: Eco.Gameplay.StrangeCloudGameplay
Assembly: Eco.Gameplay.dll
Syntax
public class StrangeWorldsConfig : Object, IController, IViewController, IHasUniversalID, IStrangeWorldsConfig, INotifyPropertyChanged

Constructors

StrangeWorldsConfig()

Declaration
public StrangeWorldsConfig()

Properties

AcceptAchievementsFromAnyWorld

Declaration
public bool AcceptAchievementsFromAnyWorld { get; set; }
Property Value
Type Description
System.Boolean

AcceptAchievementsFromTheseWorlds

Declaration
public List<Guid> AcceptAchievementsFromTheseWorlds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>

AcceptItemsBoughtInAnyWorld

Declaration
public bool AcceptItemsBoughtInAnyWorld { get; set; }
Property Value
Type Description
System.Boolean

AcceptItemsBoughtInTheseWorlds

Declaration
public List<Guid> AcceptItemsBoughtInTheseWorlds { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.Guid>

AllowPaidItemsInPlayerStores

Declaration
public bool AllowPaidItemsInPlayerStores { get; set; }
Property Value
Type Description
System.Boolean

AllowUsingPaidItemsWithoutBlueprint

Declaration
public bool AllowUsingPaidItemsWithoutBlueprint { get; set; }
Property Value
Type Description
System.Boolean

BlockUsingAnyPaidItem

Declaration
public bool BlockUsingAnyPaidItem { get; set; }
Property Value
Type Description
System.Boolean

ControllerID

Declaration
public ref int ControllerID { get; }
Property Value
Type Description
System.Int32

Events

PropertyChanged

Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
Type Description
System.ComponentModel.PropertyChangedEventHandler

Implements

IController
IViewController
IHasUniversalID
IStrangeWorldsConfig
System.ComponentModel.INotifyPropertyChanged

Extension Methods

TagUtils.TagNames(Object, Boolean)
TagUtils.TagDisplayNames(Object, Boolean)
ClientSetViewExtensions.SetClassOfProperty(Object, Player, String, String, Int32)
TypeTooltipExtensions.UILinkGeneric(Object)
☀
☾
In This Article
Back to top
Copyright (c) Strange Loop Games 2021
☀
☾