Interface IPlayerEdible
- Namespace
- Global
- Assembly
- Assembly-CSharp.dll
public interface IPlayerEdible
Properties
AutomaticPickUp
bool AutomaticPickUp { get; }
Property Value
BitesLeft
int BitesLeft { get; }
Property Value
Edible
bool Edible { get; }
Property Value
FoodPoints
int FoodPoints { get; }
Property Value
Methods
BitByPlayer(Grasp, bool)
void BitByPlayer(Creature.Grasp grasp, bool eu)
Parameters
ThrowByPlayer()
void ThrowByPlayer()