Example #1
0
    // methods //


    // method: determine the (boolean) state of this Dependency Requisite //
    public override bool state()
    {
        return(HandHoldingTracker.anyHoveredInteractablesLeft());
    }
    // methods //


    // method: determine the (boolean) state of this Dependency Requisite //
    public override bool state()
    {
        return(HandHoldingTracker.anyHeldInteractablesRight());
    }
Example #3
0
    // methods //


    // method: determine the (boolean) state of this Dependency Requisite //
    public override bool state()
    {
        return(HandHoldingTracker.longbowArrowHandLeft());
    }
    // methods //


    // method: determine the (boolean) state of this Dependency Requisite //
    public override bool state()
    {
        return(HandHoldingTracker.anyHeldInteractablesEitherWithin(1f));
    }