Show / Hide Table of Contents

Class RoomUpdater.Changes

Inheritance
System.Object
RoomUpdater.Changes
Namespace: Eco.Gameplay.Rooms
Assembly: Eco.Gameplay.dll
Syntax
public sealed class Changes : ValueType

Fields

AddedRooms

Declaration
public IEnumerable<Room> AddedRooms
Field Value
Type Description
System.Collections.Generic.IEnumerable<Room>

ChangedRooms

Declaration
public IEnumerable<Room> ChangedRooms
Field Value
Type Description
System.Collections.Generic.IEnumerable<Room>

RemovedRooms

Declaration
public IEnumerable<Room> RemovedRooms
Field Value
Type Description
System.Collections.Generic.IEnumerable<Room>

Properties

All

Declaration
public IEnumerable<Room> All { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Room>

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
☀
☾