Show / Hide Table of Contents

    Interface ICreatureManager

    Interface for a creature manager.

    Inherited Members
    ICreatureFinder.FindCreatureById(UInt32)
    ICreatureFinder.FindPlayerById(UInt32)
    ICreatureFinder.FindAllCreatures()
    ICreatureFinder.FindAllPlayers()
    Namespace: Fibula.Creatures.Contracts.Abstractions
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public interface ICreatureManager : ICreatureFinder

    Properties

    | Improve this Doc View Source

    PlayerCount

    Gets the count of players registered in the manager.

    Declaration
    int PlayerCount { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    RegisterCreature(ICreature)

    Registers a new creature to the manager.

    Declaration
    void RegisterCreature(ICreature creature)
    Parameters
    Type Name Description
    ICreature creature

    The creature to register.

    | Improve this Doc View Source

    UnregisterCreature(ICreature)

    Unregisters a creature from the manager.

    Declaration
    void UnregisterCreature(ICreature creature)
    Parameters
    Type Name Description
    ICreature creature

    The creature to unregister.

    Extension Methods

    ObjectExtensions.YieldSingleItem<T>(T)
    ObjectExtensions.GetPropertyValue(Object, String)
    Validate.ThrowIfNull(Object, String)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018-2020 | The Fibula Project
    Generated using DocFX | Jose L. Nuñez de Caceres et al.