getcurrentstate.cc
来自「The Little Green BATS is the first and s」· CC 代码 · 共 16 行
CC
16 行
#include "beam.ih"rf<Behavior::State> Beam::getCurrentState(){ /*WorldModel& wm = WorldModel::getInstance(); double gameState = wm.getGameState(); rf<State> state = new State; rf<OrNode> dis = state->addDisjunct(); rf<AndNode> con = dis->addConjunct(); con->addVar("GameState", gameState, gameState); return state;*/ return 0;}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?