Deprecated List

Member asIScriptContext::GetArgPointer (asUINT arg)=0
Since 2.17.0. Use asIScriptContext::GetAddressOfArg instead.

Member asIScriptEngine::RegisterGlobalBehaviour (asEBehaviours behaviour, const char *declaration, const asSFuncPtr &funcPointer, asDWORD callConv)=0
Since 2.17.0. Implement the proper class methods instead.

Member asIScriptEngine::GetGlobalBehaviourCount ()=0
Since 2.17.0. Implement the proper class methods instead.

Member asIScriptEngine::GetGlobalBehaviourByIndex (asUINT index, asEBehaviours *outBehaviour)=0
Since 2.17.0. Implement the proper class methods instead.

Member asIScriptEngine::CompareScriptObjects (bool &result, int behaviour, void *leftObj, void *rightObj, int typeId)=0
Since 2.17.0. Use CompareRelation and CompareEquality helper functions instead.

Member asIScriptObject::GetPropertyPointer (asUINT prop)=0
Since 2.17.0. Use asIScriptObject::GetAddressOfProperty instead.

Member asBEHAVE_NEGATE
Since 2.17.0. Use opNeg instead.

Member asBEHAVE_ASSIGNMENT
Since 2.17.0. Use opAssign instead.

Member asBEHAVE_ADD_ASSIGN
Since 2.17.0. Use opAddAssign instead.

Member asBEHAVE_SUB_ASSIGN
Since 2.17.0. Use opSubAssign instead.

Member asBEHAVE_MUL_ASSIGN
Since 2.17.0. Use opMulAssign instead.

Member asBEHAVE_DIV_ASSIGN
Since 2.17.0. Use opDivAssign instead.

Member asBEHAVE_MOD_ASSIGN
Since 2.17.0. Use opModAssign instead.

Member asBEHAVE_OR_ASSIGN
Since 2.17.0. Use opOrAssign instead.

Member asBEHAVE_AND_ASSIGN
Since 2.17.0. Use opAndAssign instead.

Member asBEHAVE_XOR_ASSIGN
Since 2.17.0. Use opXorAssign instead.

Member asBEHAVE_SLL_ASSIGN
Since 2.17.0. Use opShlAssign instead.

Member asBEHAVE_SRL_ASSIGN
Since 2.17.0. Use opShrAssign instead.

Member asBEHAVE_SRA_ASSIGN
Since 2.17.0. Use opUShrAssign instead.

Member asBEHAVE_ADD
Since 2.17.0. Use opAdd instead.

Member asBEHAVE_SUBTRACT
Since 2.17.0. Use opSub instead.

Member asBEHAVE_MULTIPLY
Since 2.17.0. Use opMul instead.

Member asBEHAVE_DIVIDE
Since 2.17.0. Use opDiv instead.

Member asBEHAVE_MODULO
Since 2.17.0. Use opMod instead.

Member asBEHAVE_EQUAL
Since 2.17.0. Use opEquals instead.

Member asBEHAVE_NOTEQUAL
Since 2.17.0. Use opEquals instead.

Member asBEHAVE_LESSTHAN
Since 2.17.0. Use opCmp instead.

Member asBEHAVE_GREATERTHAN
Since 2.17.0. Use opCmp instead.

Member asBEHAVE_LEQUAL
Since 2.17.0. Use opCmp instead.

Member asBEHAVE_GEQUAL
Since 2.17.0. Use opCmp instead.

Member asBEHAVE_BIT_OR
Since 2.17.0. Use opOr instead.

Member asBEHAVE_BIT_AND
Since 2.17.0. Use opAnd instead.

Member asBEHAVE_BIT_XOR
Since 2.17.0. Use opXor instead.

Member asBEHAVE_BIT_SLL
Since 2.17.0. Use opShl instead.

Member asBEHAVE_BIT_SRL
Since 2.17.0. Use opShr instead.

Member asBEHAVE_BIT_SRA
Since 2.17.0. Use opUShr instead.

Generated on Sun Aug 9 12:30:14 2009 for AngelScript by  doxygen 1.5.9