?? arsplfield.h
字號(hào):
#pragma once
#include "ARSAction.h"
#define POLICE_FIELD "Police Field"
//警察按勢(shì)場(chǎng)行走
class ARSPlField
:public ARSAction
{
public:
static ARSAction* CreateAction();
bool ExecuteAction(const ARSSTUATION & stSituation, MOVEDIRECTION & nextDirection);
public:
ARSPlField();
double dKAttract; //引力參數(shù)
double dKExclude; //斥力參數(shù)
static int ms_rand; //隨機(jī)參數(shù)
};
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -