Home
last modified time | relevance | path

Searched defs:moveStack (Results 1 – 5 of 5) sorted by relevance

/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DAI_Allocation.cpp1482 bool AI_Allocation::moveStack(Stack *stack, bool &stack_died) in moveStack() function in AI_Allocation
1515 bool AI_Allocation::moveStack(Stack *stack, Vector<int> dest, bool &stack_died) in moveStack() function in AI_Allocation
H A DGameMap.cpp1666 bool GameMap::moveStack(Stack *stack, Vector<int> to) in moveStack() function in GameMap
/dports/www/e107/e107/e107_handlers/
H A Dmessage_handler.php780 public function moveStack($from_stack, $to_stack = 'default', $type = false, $session = true) function in eMessage
/dports/games/barony/Barony-3.3.7/src/
H A Ditems.cpp4121 …tity* const my, Stat* const myStats, node_t* const inventoryNode, const bool moveStack, const boo… in swapMonsterWeaponWithInventoryItem()
/dports/games/chessx/chessx-1.5.6/src/database/
H A Dgamex.cpp351 QStack<Move> moveStack; in moveToId() local