Home
last modified time | relevance | path

Searched refs:EatType (Results 1 – 4 of 4) sorted by relevance

/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/Aquaria/
H A DEntity.h132 enum EatType enum
435 void setEatType(EatType et, const std::string &file="");
436 EatType getEatType() { return eatType; } in getEatType()
541 EatType eatType;
H A DEntity.cpp1614 void Entity::setEatType(EatType et, const std::string &file) in setEatType()
H A DAvatar.cpp1325 EatType et = e->getEatType(); in entityDied()
H A DScriptInterface.cpp8223 e->setEatType((EatType)et, getString(L, 3)); in luaFunc()