Exemple #1
0
void Selection_MoveDown (void)
{
	Selection_NudgeZ(-GlobalGrid().getGridSize());
}
Exemple #2
0
void Selection_MoveUp (void)
{
	Selection_NudgeZ(GlobalGrid().getGridSize());
}
Exemple #3
0
void Selection_MoveUp(const cmd::ArgumentList& args)
{
  Selection_NudgeZ(GlobalGrid().getGridSize());
}