Show / Hide Table of Contents

    Class CreatureConstants

    Static class that contains contants for ICreature derived clases.

    Inheritance
    System.Object
    CreatureConstants
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Fibula.Creatures.Contracts.Constants
    Assembly: Fibula.Creatures.Contracts.dll
    Syntax
    public static class CreatureConstants

    Fields

    | Improve this Doc View Source

    CreatureTypeId

    The id for things that are creatures.

    Declaration
    public const ushort CreatureTypeId = 99
    Field Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    MaxCreatureCarryStrength

    The maximum carry strengh allowed for cretures.

    Declaration
    public const ushort MaxCreatureCarryStrength = 65535
    Field Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    MaxCreatureSpeed

    The maximum speed allowed for creatures.

    Declaration
    public const ushort MaxCreatureSpeed = 1500
    Field Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    MaxPlayerSpeed

    The maximum speed allowed for players.

    Declaration
    public const ushort MaxPlayerSpeed = 1500
    Field Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    MinCreatureSpeed

    The minimum speed allowed for creatures.

    Declaration
    public const ushort MinCreatureSpeed = 0
    Field Value
    Type Description
    System.UInt16
    | Improve this Doc View Source

    MinPlayerSpeed

    The minimum speed allowed for players.

    Declaration
    public const ushort MinPlayerSpeed = 0
    Field Value
    Type Description
    System.UInt16
    • 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.