13class SquidFleeGoal :
public ::BaseGoal {
17 ::ll::TypedStorage<8, 8, ::Squid&> mSquid;
18 ::ll::TypedStorage<4, 4, int> mNumFleeTicks;
23 SquidFleeGoal& operator=(SquidFleeGoal
const&);
24 SquidFleeGoal(SquidFleeGoal
const&);
30 virtual bool canUse() ;
32 virtual bool canContinueToUse() ;
34 virtual void start() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
46 MCFOLD
bool $canUse();
48 MCFOLD
bool $canContinueToUse();
56 MCAPI
void $appendDebugInfo(::std::string& str)
const;