예제 #1
0
파일: select.cpp 프로젝트: chrisglass/ufoai
void Selection_MoveDown (void)
{
	Selection_NudgeZ(-GlobalGrid().getGridSize());
}
예제 #2
0
파일: select.cpp 프로젝트: chrisglass/ufoai
void Selection_MoveUp (void)
{
	Selection_NudgeZ(GlobalGrid().getGridSize());
}
예제 #3
0
void Selection_MoveUp(const cmd::ArgumentList& args)
{
  Selection_NudgeZ(GlobalGrid().getGridSize());
}