Home
last modified time | relevance | path

Searched refs:bMoveKeys (Results 1 – 2 of 2) sorted by relevance

/dports/games/ivan/ivan-059/Main/Include/
H A Dgame.h510 static truth ValidateCustomCmdKey(int iNewKey, int iIgnoreIndex, bool bMoveKeys);
/dports/games/ivan/ivan-059/Main/Source/
H A Dgame.cpp5822 truth game::ValidateCustomCmdKey(int iNewKey, int iIgnoreIndex, bool bMoveKeys) in ValidateCustomCmdKey() argument
5832 if(!bMoveKeys && c==iIgnoreIndex)continue; in ValidateCustomCmdKey()
5842 if(bMoveKeys && c==iIgnoreIndex)continue; in ValidateCustomCmdKey()