13class ScaredGoal :
public ::BaseGoal {
17 ::ll::TypedStorage<8, 8, ::Mob&> mMob;
18 ::ll::TypedStorage<4, 4, int> mInterval;
23 ScaredGoal& operator=(ScaredGoal
const&);
24 ScaredGoal(ScaredGoal
const&);
30 virtual bool canUse() ;
32 virtual void start() ;
38 virtual bool canContinueToUse() ;
40 virtual void appendDebugInfo(::std::string& str)
const ;
46 MCAPI ScaredGoal(
::Mob& mob,
int interval);
52 MCAPI
void* $ctor(
::Mob& mob,
int interval);
66 MCAPI
bool $canContinueToUse();
68 MCAPI
void $appendDebugInfo(::std::string& str)
const;