Add(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
AddNext(CBotVar *elem) | CBot::CBotLinkedList< CBotVar > | inline |
And(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
ASR(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
CBotVar() | CBot::CBotVar | |
CBotVar(const CBotToken &name) | CBot::CBotVar | |
CBotVarArray(const CBotToken &name, CBotTypResult &type) | CBot::CBotVarArray | |
ConstructorSet() | CBot::CBotVar | virtual |
Copy(CBotVar *pSrc, bool bName=true) override | CBot::CBotVarArray | virtual |
Create(const std::string &name, CBotTypResult type) | CBot::CBotVar | static |
Create(const std::string &name, CBotClass *pClass) | CBot::CBotVar | static |
Create(const CBotToken &name, CBotType type) | CBot::CBotVar | static |
Create(const CBotToken &name, CBotTypResult type) | CBot::CBotVar | static |
Create(const std::string &name, CBotType type, CBotClass *pClass) | CBot::CBotVar | static |
Create(CBotVar *pVar) | CBot::CBotVar | static |
Dec() | CBot::CBotVar | virtual |
Destroy(CBotVar *var) | CBot::CBotVar | static |
Div(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Eq(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
GetClass() | CBot::CBotVar | virtual |
GetInit() const | CBot::CBotVar | |
GetItem(int n, bool grow=false) override | CBot::CBotVarArray | virtual |
CBot::CBotVar::GetItem(const std::string &name) | CBot::CBotVar | virtual |
GetItemList() override | CBot::CBotVarArray | virtual |
GetItemRef(int nIdent) | CBot::CBotVar | virtual |
GetName() | CBot::CBotVar | |
GetNext() | CBot::CBotLinkedList< CBotVar > | inline |
GetPointer() override | CBot::CBotVarArray | virtual |
GetPrivate() | CBot::CBotVar | |
GetStaticVar() | CBot::CBotVar | |
GetToken() | CBot::CBotVar | |
GetType(GetTypeMode mode=GetTypeMode::NORMAL) const | CBot::CBotVar | |
GetTypeMode enum name | CBot::CBotVar | |
GetTypResult(GetTypeMode mode=GetTypeMode::NORMAL) | CBot::CBotVar | |
GetUniqNum() | CBot::CBotVar | |
GetUserPtr() | CBot::CBotVar | |
GetValByte() const | CBot::CBotVar | virtual |
GetValChar() const | CBot::CBotVar | virtual |
GetValDouble() const | CBot::CBotVar | virtual |
GetValFloat() const | CBot::CBotVar | virtual |
GetValInt() const | CBot::CBotVar | virtual |
GetValLong() const | CBot::CBotVar | virtual |
GetValShort() const | CBot::CBotVar | virtual |
GetValString() const override | CBot::CBotVarArray | virtual |
Hi(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Hs(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Inc() | CBot::CBotVar | virtual |
InitType enum name | CBot::CBotVar | |
IsDefined() const | CBot::CBotVar | inline |
IsElemOfClass(const std::string &name) | CBot::CBotVar | |
IsPrivate(ProtectionLevel level=ProtectionLevel::Protected) | CBot::CBotVar | |
IsStatic() | CBot::CBotVar | |
IsUndefined() const | CBot::CBotVar | inline |
Lo(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Ls(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
m_binit | CBot::CBotVar | protected |
m_bStatic | CBot::CBotVar | protected |
m_ident | CBot::CBotVar | protected |
m_identcpt | CBot::CBotVar | protectedstatic |
m_InitExpr | CBot::CBotVar | protected |
m_LimExpr | CBot::CBotVar | protected |
m_mPrivate | CBot::CBotVar | protected |
m_pMyThis | CBot::CBotVar | protected |
m_pUserPtr | CBot::CBotVar | protected |
m_token | CBot::CBotVar | protected |
m_type | CBot::CBotVar | protected |
Modulo(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Mul(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Ne(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Neg() | CBot::CBotVar | virtual |
NextUniqNum() | CBot::CBotVar | static |
Not() | CBot::CBotVar | virtual |
operator bool() | CBot::CBotVar | |
operator double() | CBot::CBotVar | |
operator float() | CBot::CBotVar | |
operator int() | CBot::CBotVar | |
operator long() | CBot::CBotVar | |
operator short() | CBot::CBotVar | |
operator signed char() | CBot::CBotVar | |
operator std::string() | CBot::CBotVar | |
operator uint32_t() | CBot::CBotVar | |
operator=(const CBotVar &var) | CBot::CBotVar | |
operator=(signed char x) | CBot::CBotVar | |
operator=(short x) | CBot::CBotVar | |
operator=(uint32_t x) | CBot::CBotVar | |
operator=(int x) | CBot::CBotVar | |
operator=(long x) | CBot::CBotVar | |
operator=(float x) | CBot::CBotVar | |
operator=(double x) | CBot::CBotVar | |
operator=(const std::string &x) | CBot::CBotVar | |
Or(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Power(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
ProtectionLevel enum name | CBot::CBotVar | |
RestoreState(std::istream &istr, CBotVar *&pVar) | CBot::CBotVar | static |
Save0State(std::ostream &ostr) | CBot::CBotVar | virtual |
Save1State(std::ostream &ostr) override | CBot::CBotVarArray | virtual |
SetClass(CBotClass *pClass) | CBot::CBotVar | virtual |
SetIdent(long UniqId) | CBot::CBotVar | virtual |
SetInit(InitType initType) | CBot::CBotVar | |
SetName(const std::string &name) | CBot::CBotVar | |
SetPointer(CBotVar *p) override | CBot::CBotVarArray | virtual |
SetPrivate(ProtectionLevel mPrivate) | CBot::CBotVar | |
SetStatic(bool bStatic) | CBot::CBotVar | |
SetType(CBotTypResult &type) | CBot::CBotVar | |
SetUniqNum(long n) | CBot::CBotVar | |
SetUserPtr(void *pUser) | CBot::CBotVar | |
SetVal(CBotVar *var) | CBot::CBotVar | |
SetValByte(signed char val) | CBot::CBotVar | virtual |
SetValChar(uint32_t val) | CBot::CBotVar | virtual |
SetValDouble(double val) | CBot::CBotVar | virtual |
SetValFloat(float val) | CBot::CBotVar | virtual |
SetValInt(int val, const std::string &name="") | CBot::CBotVar | virtual |
SetValLong(long val) | CBot::CBotVar | virtual |
SetValShort(short val) | CBot::CBotVar | virtual |
SetValString(const std::string &val) | CBot::CBotVar | virtual |
SL(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
SR(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Sub(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
Update(void *pUser) | CBot::CBotVar | virtual |
XOr(CBotVar *left, CBotVar *right) | CBot::CBotVar | virtual |
~CBotLinkedList() | CBot::CBotLinkedList< CBotVar > | inlinevirtual |
~CBotVar() | CBot::CBotVar | virtual |
~CBotVarArray() | CBot::CBotVarArray | |