Table of Contents

Interface IPlayerEdible

Namespace
Global
Assembly
Assembly-CSharp.dll
public interface IPlayerEdible

Properties

AutomaticPickUp

bool AutomaticPickUp { get; }

Property Value

bool

BitesLeft

int BitesLeft { get; }

Property Value

int

Edible

bool Edible { get; }

Property Value

bool

FoodPoints

int FoodPoints { get; }

Property Value

int

Methods

BitByPlayer(Grasp, bool)

void BitByPlayer(Creature.Grasp grasp, bool eu)

Parameters

grasp Creature.Grasp
eu bool

ThrowByPlayer()

void ThrowByPlayer()