Home
last modified time | relevance | path

Searched refs:ReplaceCommands (Results 1 – 4 of 4) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dwindow_command.cpp39 ReplaceCommands(std::move(in_commands)); in Window_Command()
69 void Window_Command::ReplaceCommands(std::vector<std::string> in_commands) { in ReplaceCommands() function in Window_Command
H A Dwindow_command.h76 void ReplaceCommands(std::vector<std::string> commands);
H A Dscene_battle_rpg2k3.cpp556 target_window->ReplaceCommands(std::move(commands)); in RefreshTargetWindow()
648 command_window->ReplaceCommands(std::move(commands)); in RefreshCommandWindow()
H A Dscene_battle_rpg2k.cpp113 target_window->ReplaceCommands(std::move(commands)); in RefreshTargetWindow()