Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenDungeons/OpenDungeons
/ getLockEat
Method
getLockEat
source/entities/ChickenEntity.h:58–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
{ mIsSlapped = true; }
57
58
inline bool getLockEat(const Creature& worker) const
59
{ return mLockedEat; }
60
61
inline void setLockEat(const Creature& worker, bool lock)
62
{ mLockedEat = lock; }
Callers
2
handleSearchFood
Method · 0.80
useRoom
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected