Click or drag to resize

EcsManager Class

Represents the manager of the EntityComponentSystem which provides the game mode routines for SampSharp.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesEcsManager

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class EcsManager : IGameModeProvider, IDisposable

The EcsManager type exposes the following members.

Constructors
  NameDescription
Public methodEcsManager
Initializes a new instance of the EcsManager class.
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the EcsManager
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodInitialize
Initializes the game mode with the specified game mode client.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodTick
A method called once every server tick.
Public methodToString (Inherited from Object.)
Top
See Also