?? goal_hitswitch.h
字號:
class Goal_HitSwitch : public Goal, public GoalQueue //for hitting a switch
{
public:
Goal_HitSwitch( AI* pAI, const PathNode *switchNode_);
virtual ~Goal_HitSwitch();
virtual bool Success();
//replan subgoals
virtual bool ReplanSubgoals();
// Update the goal
virtual void Update( float secs_elapsed );
protected:
const Switch *pSwitch;
bool active;
const PathNode *switchNode;
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -