#include <bhv_before_kick_off.h>
rcsc::Bhv_BeforeKickOffに対する継承グラフ
Public メソッド | |
Bhv_BeforeKickOff (const Vector2D &point) | |
construct with target position | |
bool | execute (PlayerAgent *agent) |
execute action |
rcsc::Bhv_BeforeKickOff::Bhv_BeforeKickOff | ( | const Vector2D & | point | ) | [inline, explicit] |
construct with target position
point | target position for move command |
bool rcsc::Bhv_BeforeKickOff::execute | ( | PlayerAgent * | agent | ) |
execute action
agent | pointer to the agent itself |