Search Results for

    Show / Hide Table of Contents

    Class OpenHungerManager

    Inheritance
    System.Object
    OpenHungerManager
    Namespace: OpenAPI.Entities
    Assembly: OpenAPI.dll
    Syntax
    public class OpenHungerManager : HungerManager

    Constructors

    | Improve this Doc View Source

    OpenHungerManager(OpenPlayer)

    Declaration
    public OpenHungerManager(OpenPlayer player)
    Parameters
    Type Name Description
    OpenPlayer player

    Methods

    | Improve this Doc View Source

    IncreaseExhaustion(Single)

    Declaration
    public override void IncreaseExhaustion(float amount)
    Parameters
    Type Name Description
    System.Single amount
    | Improve this Doc View Source

    IncreaseFoodAndSaturation(Item, Int32, Double)

    Declaration
    public override void IncreaseFoodAndSaturation(Item item, int foodPoints, double saturationRestore)
    Parameters
    Type Name Description
    Item item
    System.Int32 foodPoints
    System.Double saturationRestore
    | Improve this Doc View Source

    OnTick()

    Declaration
    public override void OnTick()
    | Improve this Doc View Source

    ProcessHunger(Boolean)

    Declaration
    public override void ProcessHunger(bool forceSend = false)
    Parameters
    Type Name Description
    System.Boolean forceSend
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX