Class DeltaControllerHashSetBase
Base class factored out just so we can call an RPC (because RPCs dont work on generic types without it)
Inheritance
System.Object
DeltaControllerHashSetBase
Assembly: Eco.Gameplay.dll
Syntax
public abstract class DeltaControllerHashSetBase : Object, IController, IViewController, IHasUniversalID
Constructors
DeltaControllerHashSetBase()
Declaration
protected DeltaControllerHashSetBase()
Properties
ControllerID
Declaration
public ref int ControllerID { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
AddConsumerAndGetFullSet(INetClient)
Declaration
public abstract List<object> AddConsumerAndGetFullSet(INetClient consumer)
Parameters
Returns
Type |
Description |
System.Collections.Generic.List<System.Object> |
|
Implements
Extension Methods