as.def

Undocumented in source.

Members

Aliases

asALLOCFUNC_t
alias asALLOCFUNC_t = void* function(size_t)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asBINARYREADFUNC_t
alias asBINARYREADFUNC_t = void function(void* ptr, asUINT size, void* param)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asBINARYWRITEFUNC_t
alias asBINARYWRITEFUNC_t = void function(const(void)* ptr, asUINT size, void* param)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asBOOL
alias asBOOL = bool

Undocumented in source.

asBYTE
alias asBYTE = ubyte

Undocumented in source.

asCLEANCONTEXTFUNC_t
alias asCLEANCONTEXTFUNC_t = void function(asIScriptContext*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCLEANENGINEFUNC_t
alias asCLEANENGINEFUNC_t = void function(asIScriptEngine*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCLEANFUNCTIONFUNC_t
alias asCLEANFUNCTIONFUNC_t = void function(asIScriptFunction*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCLEANMODULEFUNC_t
alias asCLEANMODULEFUNC_t = void function(asIScriptModule*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCLEANSCRIPTOBJECTFUNC_t
alias asCLEANSCRIPTOBJECTFUNC_t = void function(asIScriptObject*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCLEANTYPEINFOFUNC_t
alias asCLEANTYPEINFOFUNC_t = void function(asITypeInfo*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asDWORD
alias asDWORD = uint

Undocumented in source.

asFREEFUNC_t
alias asFREEFUNC_t = void function(void*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFUNCTION_t
alias asFUNCTION_t = void function()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGENFUNC_t
alias asGENFUNC_t = void function(asIScriptGeneric*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGETRAWSTRINGDATAFUNC_t
alias asGETRAWSTRINGDATAFUNC_t = int function(const(void)* str, char* data, asUINT* length)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGETSTRINGCONSTFUNC_t
alias asGETSTRINGCONSTFUNC_t = void* function(const(char)* data, asUINT length)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asINT64
alias asINT64 = long

Undocumented in source.

asMESSAGECALLBACKFUNC_t
alias asMESSAGECALLBACKFUNC_t = void function(asSMessageInfo* msg, void*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asPWORD
alias asPWORD = size_t

Undocumented in source.

asQWORD
alias asQWORD = ulong

Undocumented in source.

asRELEASESTRINGCONSTFUNC_t
alias asRELEASESTRINGCONSTFUNC_t = int function(const(void)* str)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asREQUESTCONTEXTFUNC_t
alias asREQUESTCONTEXTFUNC_t = asIScriptContext* function(asIScriptEngine*, void*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asRETURNCONTEXTFUNC_t
alias asRETURNCONTEXTFUNC_t = void function(asIScriptEngine*, asIScriptContext*, void*)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asUINT
alias asUINT = uint

Undocumented in source.

asWORD
alias asWORD = ushort

Undocumented in source.

Enums

asCOMP_ADD_TO_MODULE
anonymousenum asCOMP_ADD_TO_MODULE

Undocumented in source.

asEBehaviours
enum asEBehaviours

Undocumented in source.

asECallConvTypes
enum asECallConvTypes

Undocumented in source.

asEContextState
enum asEContextState

Undocumented in source.

asEEngineProp
enum asEEngineProp

Undocumented in source.

asEFuncType
enum asEFuncType

Undocumented in source.

asEGCFlags
enum asEGCFlags

Undocumented in source.

asEGMFlags
enum asEGMFlags

Undocumented in source.

asEMsgType
enum asEMsgType

Undocumented in source.

asEObjTypeFlags
enum asEObjTypeFlags

Undocumented in source.

asERetCodes
enum asERetCodes

Undocumented in source.

asETokenClass
enum asETokenClass

Undocumented in source.

asETypeIdFlags
enum asETypeIdFlags

Undocumented in source.

asETypeModifiers
enum asETypeModifiers

Undocumented in source.

Functions

asAcquireExclusiveLock
void asAcquireExclusiveLock()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asAcquireSharedLock
void asAcquireSharedLock()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asAllocMem
void* asAllocMem(size_t size)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asAtomicDec
int asAtomicDec(int value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asAtomicInc
int asAtomicInc(int value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_Abort
int asContext_Abort(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_AddRef
int asContext_AddRef(asIScriptContext* c)

////////////////////////////////////////

asContext_ClearExceptionCallback
void asContext_ClearExceptionCallback(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_ClearLineCallback
void asContext_ClearLineCallback(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_Execute
int asContext_Execute(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetAddressOfArg
void* asContext_GetAddressOfArg(asIScriptContext* c, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetAddressOfReturnValue
void* asContext_GetAddressOfReturnValue(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetAddressOfVar
void* asContext_GetAddressOfVar(asIScriptContext* c, asUINT varIndex, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetCallstackSize
asUINT asContext_GetCallstackSize(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetEngine
asIScriptEngine* asContext_GetEngine(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetExceptionFunction
asIScriptFunction* asContext_GetExceptionFunction(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetExceptionLineNumber
int asContext_GetExceptionLineNumber(asIScriptContext* c, int* column, const(char)** sectionName)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetExceptionString
const(char)* asContext_GetExceptionString(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetFunction
asIScriptFunction* asContext_GetFunction(asIScriptContext* c, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetLineNumber
int asContext_GetLineNumber(asIScriptContext* c, asUINT stackLevel, int* column, const(char)** sectionName)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnAddress
void* asContext_GetReturnAddress(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnByte
asBYTE asContext_GetReturnByte(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnDWord
asDWORD asContext_GetReturnDWord(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnDouble
double asContext_GetReturnDouble(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnFloat
float asContext_GetReturnFloat(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnObject
void* asContext_GetReturnObject(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnQWord
asQWORD asContext_GetReturnQWord(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetReturnWord
asWORD asContext_GetReturnWord(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetState
asEContextState asContext_GetState(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetSystemFunction
asIScriptFunction* asContext_GetSystemFunction(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetThisPointer
void* asContext_GetThisPointer(asIScriptContext* c, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetThisTypeId
int asContext_GetThisTypeId(asIScriptContext* c, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetUserData
void* asContext_GetUserData(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetVarCount
int asContext_GetVarCount(asIScriptContext* c, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetVarDeclaration
const(char)* asContext_GetVarDeclaration(asIScriptContext* c, asUINT varIndex, asUINT stackLevel, asBOOL includeNamespace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetVarName
const(char)* asContext_GetVarName(asIScriptContext* c, asUINT varIndex, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_GetVarTypeId
int asContext_GetVarTypeId(asIScriptContext* c, asUINT varIndex, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_IsNested
asBOOL asContext_IsNested(asIScriptContext* c, asUINT* nestCount)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_IsVarInScope
asBOOL asContext_IsVarInScope(asIScriptContext* c, asUINT varIndex, asUINT stackLevel)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_PopState
int asContext_PopState(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_Prepare
int asContext_Prepare(asIScriptContext* c, asIScriptFunction* func)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_PushState
int asContext_PushState(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_Release
int asContext_Release(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgAddress
int asContext_SetArgAddress(asIScriptContext* c, asUINT arg, void* addr)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgByte
int asContext_SetArgByte(asIScriptContext* c, asUINT arg, asBYTE value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgDWord
int asContext_SetArgDWord(asIScriptContext* c, asUINT arg, asDWORD value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgDouble
int asContext_SetArgDouble(asIScriptContext* c, asUINT arg, double value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgFloat
int asContext_SetArgFloat(asIScriptContext* c, asUINT arg, float value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgObject
int asContext_SetArgObject(asIScriptContext* c, asUINT arg, void* obj)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgQWord
int asContext_SetArgQWord(asIScriptContext* c, asUINT arg, asQWORD value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgVarType
int asContext_SetArgVarType(asIScriptContext* c, asUINT arg, void* ptr, int typeId)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetArgWord
int asContext_SetArgWord(asIScriptContext* c, asUINT arg, asWORD value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetException
int asContext_SetException(asIScriptContext* c, const(char)* string)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetExceptionCallback
int asContext_SetExceptionCallback(asIScriptContext* c, asFUNCTION_t callback, void* obj, int callConv)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetLineCallback
int asContext_SetLineCallback(asIScriptContext* c, asFUNCTION_t callback, void* obj, int callConv)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetObject
int asContext_SetObject(asIScriptContext* c, void* obj)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_SetUserData
void* asContext_SetUserData(asIScriptContext* c, void* data)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_Suspend
int asContext_Suspend(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asContext_Unprepare
int asContext_Unprepare(asIScriptContext* c)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCreateLockableSharedBool
asILockableSharedBool* asCreateLockableSharedBool()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asCreateScriptEngine
asIScriptEngine* asCreateScriptEngine(asDWORD version_)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_AddRef
int asEngine_AddRef(asIScriptEngine* e)

////////////////////////////////////////

asEngine_AddRefScriptObject
void asEngine_AddRefScriptObject(asIScriptEngine* e, void* obj, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_AssignScriptObject
int asEngine_AssignScriptObject(asIScriptEngine* e, void* dstObj, void* srcObj, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_BeginConfigGroup
int asEngine_BeginConfigGroup(asIScriptEngine* e, const(char)* groupName)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_ClearMessageCallback
int asEngine_ClearMessageCallback(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_CreateContext
asIScriptContext* asEngine_CreateContext(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_CreateDelegate
asIScriptFunction* asEngine_CreateDelegate(asIScriptEngine* e, asIScriptFunction* func, void* obj)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_CreateScriptObject
void* asEngine_CreateScriptObject(asIScriptEngine* e, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_CreateScriptObjectCopy
void* asEngine_CreateScriptObjectCopy(asIScriptEngine* e, void* obj, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_CreateUninitializedScriptObject
void* asEngine_CreateUninitializedScriptObject(asIScriptEngine* e, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_DiscardModule
int asEngine_DiscardModule(asIScriptEngine* e, const(char)* module_)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_EndConfigGroup
int asEngine_EndConfigGroup(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GCEnumCallback
void asEngine_GCEnumCallback(asIScriptEngine* e, void* obj)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GarbageCollect
int asEngine_GarbageCollect(asIScriptEngine* e, asDWORD flags)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetDefaultArrayTypeId
int asEngine_GetDefaultArrayTypeId(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetDefaultNamespace
const(char)* asEngine_GetDefaultNamespace(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetEngineProperty
asPWORD asEngine_GetEngineProperty(asIScriptEngine* e, asEEngineProp property)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetEnumByIndex
asITypeInfo* asEngine_GetEnumByIndex(asIScriptEngine* e, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetEnumCount
asUINT asEngine_GetEnumCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetFuncdefByIndex
asITypeInfo* asEngine_GetFuncdefByIndex(asIScriptEngine* e, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetFuncdefCount
asUINT asEngine_GetFuncdefCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetFunctionById
asIScriptFunction* asEngine_GetFunctionById(asIScriptEngine* e, int funcId)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGCStatistics
void asEngine_GetGCStatistics(asIScriptEngine* e, asUINT* currentSize, asUINT* totalDestroyed, asUINT* totalDetected, asUINT* newObjects, asUINT* totalNewDestroyed)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalFunctionByDecl
asIScriptFunction* asEngine_GetGlobalFunctionByDecl(asIScriptEngine* e, const(char)* declaration)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalFunctionByIndex
asIScriptFunction* asEngine_GetGlobalFunctionByIndex(asIScriptEngine* e, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalFunctionCount
asUINT asEngine_GetGlobalFunctionCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalPropertyByIndex
int asEngine_GetGlobalPropertyByIndex(asIScriptEngine* e, asUINT index, const(char)** name, const(char)** nameSpace, int* typeId, asBOOL* isConst, const(char)** configGroup, void** pointer, asDWORD* accessMask)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalPropertyCount
asUINT asEngine_GetGlobalPropertyCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalPropertyIndexByDecl
int asEngine_GetGlobalPropertyIndexByDecl(asIScriptEngine* e, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetGlobalPropertyIndexByName
int asEngine_GetGlobalPropertyIndexByName(asIScriptEngine* e, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetJITCompiler
asIJITCompiler* asEngine_GetJITCompiler(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetModule
asIScriptModule* asEngine_GetModule(asIScriptEngine* e, const(char)* module_, asEGMFlags flag)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetModuleByIndex
asIScriptModule* asEngine_GetModuleByIndex(asIScriptEngine* e, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetModuleCount
asUINT asEngine_GetModuleCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetObjectInGC
int asEngine_GetObjectInGC(asIScriptEngine* e, asUINT idx, asUINT* seqNbr, void** obj, asITypeInfo** type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetObjectTypeByIndex
asITypeInfo* asEngine_GetObjectTypeByIndex(asIScriptEngine* e, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetObjectTypeCount
asUINT asEngine_GetObjectTypeCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetSizeOfPrimitiveType
int asEngine_GetSizeOfPrimitiveType(asIScriptEngine* e, int typeId)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetStringFactoryReturnTypeId
int asEngine_GetStringFactoryReturnTypeId(asIScriptEngine* e, asDWORD* flags)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypeDeclaration
const(char)* asEngine_GetTypeDeclaration(asIScriptEngine* e, int typeId, asBOOL includeNamespace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypeIdByDecl
int asEngine_GetTypeIdByDecl(asIScriptEngine* e, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypeInfoByDecl
asITypeInfo* asEngine_GetTypeInfoByDecl(asIScriptEngine* e, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypeInfoById
asITypeInfo* asEngine_GetTypeInfoById(asIScriptEngine* e, int typeId)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypeInfoByName
asITypeInfo* asEngine_GetTypeInfoByName(asIScriptEngine* e, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypedefByIndex
asITypeInfo* asEngine_GetTypedefByIndex(asIScriptEngine* e, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetTypedefCount
asUINT asEngine_GetTypedefCount(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetUserData
void* asEngine_GetUserData(asIScriptEngine* e, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_GetWeakRefFlagOfScriptObject
asILockableSharedBool* asEngine_GetWeakRefFlagOfScriptObject(asIScriptEngine* e, void* obj, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_NotifyGarbageCollectorOfNewObject
int asEngine_NotifyGarbageCollectorOfNewObject(asIScriptEngine* e, void* obj, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_ParseToken
asETokenClass asEngine_ParseToken(asIScriptEngine* e, const(char)* string, size_t stringLength, asUINT* tokenLength)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RefCastObject
int asEngine_RefCastObject(asIScriptEngine* e, void* obj, asITypeInfo* fromType, asITypeInfo* toType, void** newPtr, bool useOnlyImplicitCast)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterDefaultArrayType
int asEngine_RegisterDefaultArrayType(asIScriptEngine* e, const(char)* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterEnum
int asEngine_RegisterEnum(asIScriptEngine* e, const(char)* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterEnumValue
int asEngine_RegisterEnumValue(asIScriptEngine* e, const(char)* type, const(char)* name, int value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterFuncdef
int asEngine_RegisterFuncdef(asIScriptEngine* e, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterGlobalFunction
int asEngine_RegisterGlobalFunction(asIScriptEngine* e, const(char)* declaration, asFUNCTION_t funcPointer, asDWORD callConv, void* auxiliary)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterGlobalProperty
int asEngine_RegisterGlobalProperty(asIScriptEngine* e, const(char)* declaration, void* pointer)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterInterface
int asEngine_RegisterInterface(asIScriptEngine* e, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterInterfaceMethod
int asEngine_RegisterInterfaceMethod(asIScriptEngine* e, const(char)* intf, const(char)* declaration)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterObjectBehaviour
int asEngine_RegisterObjectBehaviour(asIScriptEngine* e, const(char)* datatype, asEBehaviours behaviour, const(char)* declaration, asFUNCTION_t funcPointer, asDWORD callConv, void* auxiliary)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterObjectMethod
int asEngine_RegisterObjectMethod(asIScriptEngine* e, const(char)* obj, const(char)* declaration, asFUNCTION_t funcPointer, asDWORD callConv, void* auxiliary)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterObjectProperty
int asEngine_RegisterObjectProperty(asIScriptEngine* e, const(char)* obj, const(char)* declaration, int byteOffset)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterObjectType
int asEngine_RegisterObjectType(asIScriptEngine* e, const(char)* name, int byteSize, asDWORD flags)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterStringFactory
int asEngine_RegisterStringFactory(asIScriptEngine* e, const(char)* datatype, asGETSTRINGCONSTFUNC_t getStr, asRELEASESTRINGCONSTFUNC_t releaseStr, asGETRAWSTRINGDATAFUNC_t getRawStr)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RegisterTypedef
int asEngine_RegisterTypedef(asIScriptEngine* e, const(char)* type, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_Release
int asEngine_Release(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_ReleaseScriptObject
void asEngine_ReleaseScriptObject(asIScriptEngine* e, void* obj, asITypeInfo* type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RemoveConfigGroup
int asEngine_RemoveConfigGroup(asIScriptEngine* e, const(char)* groupName)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_RequestContext
asIScriptContext* asEngine_RequestContext(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_ReturnContext
void asEngine_ReturnContext(asIScriptEngine* e, asIScriptContext* ctx)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetContextCallbacks
int asEngine_SetContextCallbacks(asIScriptEngine* e, asREQUESTCONTEXTFUNC_t requestCtx, asRETURNCONTEXTFUNC_t returnCtx, void* param)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetContextUserDataCleanupCallback
void asEngine_SetContextUserDataCleanupCallback(asIScriptEngine* e, asCLEANCONTEXTFUNC_t callback)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetDefaultAccessMask
asDWORD asEngine_SetDefaultAccessMask(asIScriptEngine* e, asDWORD defaultMask)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetDefaultNamespace
int asEngine_SetDefaultNamespace(asIScriptEngine* e, const(char)* nameSpace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetEngineProperty
int asEngine_SetEngineProperty(asIScriptEngine* e, asEEngineProp property, asPWORD value)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetEngineUserDataCleanupCallback
void asEngine_SetEngineUserDataCleanupCallback(asIScriptEngine* e, asCLEANENGINEFUNC_t callback, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetFunctionUserDataCleanupCallback
void asEngine_SetFunctionUserDataCleanupCallback(asIScriptEngine* e, asCLEANFUNCTIONFUNC_t callback)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetJITCompiler
int asEngine_SetJITCompiler(asIScriptEngine* e, asIJITCompiler* compiler)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetMessageCallback
int asEngine_SetMessageCallback(asIScriptEngine* e, asFUNCTION_t callback, void* obj, asDWORD callConv)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetModuleUserDataCleanupCallback
void asEngine_SetModuleUserDataCleanupCallback(asIScriptEngine* e, asCLEANMODULEFUNC_t callback)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetScriptObjectUserDataCleanupCallback
void asEngine_SetScriptObjectUserDataCleanupCallback(asIScriptEngine* e, asCLEANSCRIPTOBJECTFUNC_t callback, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetTypeInfoUserDataCleanupCallback
void asEngine_SetTypeInfoUserDataCleanupCallback(asIScriptEngine* e, asCLEANTYPEINFOFUNC_t callback, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_SetUserData
void* asEngine_SetUserData(asIScriptEngine* e, void* data, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_ShutDownAndRelease
int asEngine_ShutDownAndRelease(asIScriptEngine* e)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asEngine_WriteMessage
int asEngine_WriteMessage(asIScriptEngine* e, const(char)* section, int row, int col, asEMsgType type, const(char)* message)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFreeMem
void asFreeMem(void* mem)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_AddRef
int asFunction_AddRef(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_FindNextLineWithCode
int asFunction_FindNextLineWithCode(asIScriptFunction* f, int line)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetAccessMask
asDWORD asFunction_GetAccessMask(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetAuxiliary
void* asFunction_GetAuxiliary(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetByteCode
asDWORD* asFunction_GetByteCode(asIScriptFunction* f, asUINT* length)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetConfigGroup
const(char)* asFunction_GetConfigGroup(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetDeclaration
const(char)* asFunction_GetDeclaration(asIScriptFunction* f, asBOOL includeObjectName, asBOOL includeNamespace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetDelegateFunction
asIScriptFunction* asFunction_GetDelegateFunction(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetDelegateObject
void* asFunction_GetDelegateObject(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetDelegateObjectType
asITypeInfo* asFunction_GetDelegateObjectType(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetEngine
asIScriptEngine* asFunction_GetEngine(asIScriptFunction* f)

////////////////////////////////////////

asFunction_GetFuncType
asEFuncType asFunction_GetFuncType(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetId
int asFunction_GetId(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetModule
asIScriptModule* asFunction_GetModule(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetModuleName
const(char)* asFunction_GetModuleName(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetName
const(char)* asFunction_GetName(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetNamespace
const(char)* asFunction_GetNamespace(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetObjectName
const(char)* asFunction_GetObjectName(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetObjectType
asITypeInfo* asFunction_GetObjectType(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetParam
int asFunction_GetParam(asIScriptFunction* f, asUINT index, int* typeId, asDWORD* flags, const(char)** name, const(char)** defaultArg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetParamCount
asUINT asFunction_GetParamCount(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetReturnTypeId
int asFunction_GetReturnTypeId(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetScriptSectionName
const(char)* asFunction_GetScriptSectionName(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetTypeId
int asFunction_GetTypeId(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetUserData
void* asFunction_GetUserData(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetVar
int asFunction_GetVar(asIScriptFunction* f, asUINT index, const(char)** name, int* typeId)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetVarCount
asUINT asFunction_GetVarCount(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_GetVarDecl
const(char)* asFunction_GetVarDecl(asIScriptFunction* f, asUINT index, asBOOL includeNamespace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsCompatibleWithTypeId
asBOOL asFunction_IsCompatibleWithTypeId(asIScriptFunction* f, int typeId)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsFinal
asBOOL asFunction_IsFinal(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsOverride
asBOOL asFunction_IsOverride(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsPrivate
asBOOL asFunction_IsPrivate(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsProtected
asBOOL asFunction_IsProtected(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsReadOnly
asBOOL asFunction_IsReadOnly(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_IsShared
asBOOL asFunction_IsShared(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_Release
int asFunction_Release(asIScriptFunction* f)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asFunction_SetUserData
void* asFunction_SetUserData(asIScriptFunction* f, void* userData)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetAddressOfArg
void* asGeneric_GetAddressOfArg(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetAddressOfReturnLocation
void* asGeneric_GetAddressOfReturnLocation(asIScriptGeneric* g)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgAddress
void* asGeneric_GetArgAddress(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgByte
asBYTE asGeneric_GetArgByte(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgCount
int asGeneric_GetArgCount(asIScriptGeneric* g)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgDWord
asDWORD asGeneric_GetArgDWord(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgDouble
double asGeneric_GetArgDouble(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgFloat
float asGeneric_GetArgFloat(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgObject
void* asGeneric_GetArgObject(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgQWord
asQWORD asGeneric_GetArgQWord(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgTypeId
int asGeneric_GetArgTypeId(asIScriptGeneric* g, asUINT arg, asDWORD* flags)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetArgWord
asWORD asGeneric_GetArgWord(asIScriptGeneric* g, asUINT arg)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetAuxiliary
void* asGeneric_GetAuxiliary(asIScriptGeneric* g)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetEngine
asIScriptEngine* asGeneric_GetEngine(asIScriptGeneric* g)

////////////////////////////////////////

asGeneric_GetFunction
asIScriptFunction* asGeneric_GetFunction(asIScriptGeneric* g)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetObject
void* asGeneric_GetObject(asIScriptGeneric* g)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetObjectTypeId
int asGeneric_GetObjectTypeId(asIScriptGeneric* g)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_GetReturnTypeId
int asGeneric_GetReturnTypeId(asIScriptGeneric* g, asDWORD* flags)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnAddress
int asGeneric_SetReturnAddress(asIScriptGeneric* g, void* addr)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnByte
int asGeneric_SetReturnByte(asIScriptGeneric* g, asBYTE val)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnDWord
int asGeneric_SetReturnDWord(asIScriptGeneric* g, asDWORD val)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnDouble
int asGeneric_SetReturnDouble(asIScriptGeneric* g, double val)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnFloat
int asGeneric_SetReturnFloat(asIScriptGeneric* g, float val)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnObject
int asGeneric_SetReturnObject(asIScriptGeneric* g, void* obj)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnQWord
int asGeneric_SetReturnQWord(asIScriptGeneric* g, asQWORD val)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGeneric_SetReturnWord
int asGeneric_SetReturnWord(asIScriptGeneric* g, asWORD val)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGetActiveContext
asIScriptContext* asGetActiveContext()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGetLibraryOptions
const(char)* asGetLibraryOptions()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGetLibraryVersion
const(char)* asGetLibraryVersion()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asGetThreadManager
asIThreadManager* asGetThreadManager()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_AddScriptSection
int asModule_AddScriptSection(asIScriptModule* m, const(char)* name, const(char)* code, size_t codeLength, int lineOffset)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_BindAllImportedFunctions
int asModule_BindAllImportedFunctions(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_BindImportedFunction
int asModule_BindImportedFunction(asIScriptModule* m, asUINT importIndex, asIScriptFunction* func)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_Build
int asModule_Build(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_CompileFunction
int asModule_CompileFunction(asIScriptModule* m, const(char)* sectionName, const(char)* code, int lineOffset, asDWORD compileFlags, asIScriptFunction** outFunc)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_CompileGlobalVar
int asModule_CompileGlobalVar(asIScriptModule* m, const(char)* sectionName, const(char)* code, int lineOffset)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_Discard
void asModule_Discard(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetAddressOfGlobalVar
void* asModule_GetAddressOfGlobalVar(asIScriptModule* m, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetDefaultNamespace
const(char)* asModule_GetDefaultNamespace(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetEngine
asIScriptEngine* asModule_GetEngine(asIScriptModule* m)

////////////////////////////////////////

asModule_GetEnumByIndex
asITypeInfo* asModule_GetEnumByIndex(asIScriptModule* m, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetEnumCount
asUINT asModule_GetEnumCount(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetFunctionByDecl
asIScriptFunction* asModule_GetFunctionByDecl(asIScriptModule* m, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetFunctionByIndex
asIScriptFunction* asModule_GetFunctionByIndex(asIScriptModule* m, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetFunctionByName
asIScriptFunction* asModule_GetFunctionByName(asIScriptModule* m, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetFunctionCount
asUINT asModule_GetFunctionCount(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetGlobalVar
int asModule_GetGlobalVar(asIScriptModule* m, asUINT index, const(char)** name, const(char)** nameSpace, int* typeId, asBOOL* isConst)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetGlobalVarCount
asUINT asModule_GetGlobalVarCount(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetGlobalVarDeclaration
const(char)* asModule_GetGlobalVarDeclaration(asIScriptModule* m, asUINT index, asBOOL includeNamespace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetGlobalVarIndexByDecl
int asModule_GetGlobalVarIndexByDecl(asIScriptModule* m, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetGlobalVarIndexByName
int asModule_GetGlobalVarIndexByName(asIScriptModule* m, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetImportedFunctionCount
asUINT asModule_GetImportedFunctionCount(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetImportedFunctionDeclaration
const(char)* asModule_GetImportedFunctionDeclaration(asIScriptModule* m, asUINT importIndex)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetImportedFunctionIndexByDecl
int asModule_GetImportedFunctionIndexByDecl(asIScriptModule* m, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetImportedFunctionSourceModule
const(char)* asModule_GetImportedFunctionSourceModule(asIScriptModule* m, asUINT importIndex)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetName
const(char)* asModule_GetName(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetObjectTypeByIndex
asITypeInfo* asModule_GetObjectTypeByIndex(asIScriptModule* m, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetObjectTypeCount
asUINT asModule_GetObjectTypeCount(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetTypeIdByDecl
int asModule_GetTypeIdByDecl(asIScriptModule* m, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetTypeInfoByDecl
asITypeInfo* asModule_GetTypeInfoByDecl(asIScriptModule* m, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetTypeInfoByName
asITypeInfo* asModule_GetTypeInfoByName(asIScriptModule* m, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetTypedefByIndex
asITypeInfo* asModule_GetTypedefByIndex(asIScriptModule* m, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetTypedefCount
asUINT asModule_GetTypedefCount(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_GetUserData
void* asModule_GetUserData(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_LoadByteCode
int asModule_LoadByteCode(asIScriptModule* m, asIBinaryStream* in_, asBOOL* wasDebugInfoStripped)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_RemoveFunction
int asModule_RemoveFunction(asIScriptModule* m, asIScriptFunction* func)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_RemoveGlobalVar
int asModule_RemoveGlobalVar(asIScriptModule* m, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_ResetGlobalVars
int asModule_ResetGlobalVars(asIScriptModule* m, asIScriptContext* ctx)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_SaveByteCode
int asModule_SaveByteCode(asIScriptModule* m, asIBinaryStream* out_, asBOOL stripDebugInfo)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_SetAccessMask
asDWORD asModule_SetAccessMask(asIScriptModule* m, asDWORD accessMask)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_SetDefaultNamespace
int asModule_SetDefaultNamespace(asIScriptModule* m, const(char)* nameSpace)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_SetName
void asModule_SetName(asIScriptModule* m, const(char)* name)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_SetUserData
void* asModule_SetUserData(asIScriptModule* m, void* data)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_UnbindAllImportedFunctions
int asModule_UnbindAllImportedFunctions(asIScriptModule* m)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asModule_UnbindImportedFunction
int asModule_UnbindImportedFunction(asIScriptModule* m, asUINT importIndex)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_AddRef
int asObject_AddRef(asIScriptObject* s)

////////////////////////////////////////

asObject_CopyFrom
int asObject_CopyFrom(asIScriptObject* s, asIScriptObject* other)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetAddressOfProperty
void* asObject_GetAddressOfProperty(asIScriptObject* s, asUINT prop)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetEngine
asIScriptEngine* asObject_GetEngine(asIScriptObject* s)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetObjectType
asITypeInfo* asObject_GetObjectType(asIScriptObject* s)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetPropertyCount
asUINT asObject_GetPropertyCount(asIScriptObject* s)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetPropertyName
const(char)* asObject_GetPropertyName(asIScriptObject* s, asUINT prop)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetPropertyTypeId
int asObject_GetPropertyTypeId(asIScriptObject* s, asUINT prop)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetTypeId
int asObject_GetTypeId(asIScriptObject* s)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetUserData
void* asObject_GetUserData(asIScriptObject* s, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_GetWeakRefFlag
asILockableSharedBool* asObject_GetWeakRefFlag(asIScriptObject* s)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_Release
int asObject_Release(asIScriptObject* s)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asObject_SetUserData
void* asObject_SetUserData(asIScriptObject* s, void* data, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asPrepareMultithread
int asPrepareMultithread(asIThreadManager* externalMgr)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asReleaseExclusiveLock
void asReleaseExclusiveLock()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asReleaseSharedLock
void asReleaseSharedLock()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asResetGlobalMemoryFunctions
int asResetGlobalMemoryFunctions()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asSetGlobalMemoryFunctions
int asSetGlobalMemoryFunctions(asALLOCFUNC_t allocFunc, asFREEFUNC_t freeFunc)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asThreadCleanup
int asThreadCleanup()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_AddRef
int asTypeInfo_AddRef(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_DerivesFrom
asBOOL asTypeInfo_DerivesFrom(asITypeInfo* o, asITypeInfo* objType)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetAccessMask
asDWORD asTypeInfo_GetAccessMask(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetBaseType
asITypeInfo* asTypeInfo_GetBaseType(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetBehaviourByIndex
asIScriptFunction* asTypeInfo_GetBehaviourByIndex(asITypeInfo* o, asUINT index, asEBehaviours* outBehaviour)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetBehaviourCount
asUINT asTypeInfo_GetBehaviourCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetChildFuncdef
asITypeInfo* asTypeInfo_GetChildFuncdef(asITypeInfo* o, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetChildFuncdefCount
asUINT asTypeInfo_GetChildFuncdefCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetConfigGroup
const(char)* asTypeInfo_GetConfigGroup(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetEngine
asIScriptEngine* asTypeInfo_GetEngine(asITypeInfo* o)

////////////////////////////////////////

asTypeInfo_GetEnumValueByIndex
const(char)* asTypeInfo_GetEnumValueByIndex(asITypeInfo* o, asUINT index, int* outValue)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetEnumValueCount
asUINT asTypeInfo_GetEnumValueCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetFactoryByDecl
asIScriptFunction* asTypeInfo_GetFactoryByDecl(asITypeInfo* o, const(char)* decl)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetFactoryByIndex
asIScriptFunction* asTypeInfo_GetFactoryByIndex(asITypeInfo* o, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetFactoryCount
asUINT asTypeInfo_GetFactoryCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetFlags
asDWORD asTypeInfo_GetFlags(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetFuncdefSignature
asIScriptFunction* asTypeInfo_GetFuncdefSignature(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetInterface
asITypeInfo* asTypeInfo_GetInterface(asITypeInfo* o, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetInterfaceCount
asUINT asTypeInfo_GetInterfaceCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetMethodByDecl
asIScriptFunction* asTypeInfo_GetMethodByDecl(asITypeInfo* o, const(char)* decl, asBOOL getVirtual)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetMethodByIndex
asIScriptFunction* asTypeInfo_GetMethodByIndex(asITypeInfo* o, asUINT index, asBOOL getVirtual)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetMethodByName
asIScriptFunction* asTypeInfo_GetMethodByName(asITypeInfo* o, const(char)* name, asBOOL getVirtual)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetMethodCount
asUINT asTypeInfo_GetMethodCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetModule
asIScriptModule* asTypeInfo_GetModule(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetName
const(char)* asTypeInfo_GetName(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetNamespace
const(char)* asTypeInfo_GetNamespace(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetParentType
asITypeInfo* asTypeInfo_GetParentType(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetProperty
int asTypeInfo_GetProperty(asITypeInfo* o, asUINT index, const(char)** name, int* typeId, asBOOL* isPrivate, asBOOL* isProtected, int* offset, asBOOL* isReference, asDWORD* accessMask)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetPropertyCount
asUINT asTypeInfo_GetPropertyCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetPropertyDeclaration
const(char)* asTypeInfo_GetPropertyDeclaration(asITypeInfo* o, asUINT index)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetSize
asUINT asTypeInfo_GetSize(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetSubType
asITypeInfo* asTypeInfo_GetSubType(asITypeInfo* o, asUINT subTypeIndex)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetSubTypeCount
asUINT asTypeInfo_GetSubTypeCount(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetSubTypeId
int asTypeInfo_GetSubTypeId(asITypeInfo* o, asUINT subTypeIndex)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetTypeId
int asTypeInfo_GetTypeId(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetTypedefTypeId
int asTypeInfo_GetTypedefTypeId(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_GetUserData
void* asTypeInfo_GetUserData(asITypeInfo* o, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_Implements
asBOOL asTypeInfo_Implements(asITypeInfo* o, asITypeInfo* objType)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_Release
int asTypeInfo_Release(asITypeInfo* o)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asTypeInfo_SetUserData
void* asTypeInfo_SetUserData(asITypeInfo* o, void* data, asPWORD type)

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asUnprepareMultithread
void asUnprepareMultithread()

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

ANGELSCRIPT_VERSION
enum ANGELSCRIPT_VERSION;

Undocumented in source.

DCallConv
enum DCallConv;

Undocumented in source.

DCallConvClass
enum DCallConvClass;

Undocumented in source.

DCallConvClassR
enum DCallConvClassR;

Undocumented in source.

Structs

asIBinaryStream
struct asIBinaryStream

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIJITCompiler
struct asIJITCompiler

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asILockableSharedBool
struct asILockableSharedBool

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIScriptContext
struct asIScriptContext

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIScriptEngine
struct asIScriptEngine

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIScriptFunction
struct asIScriptFunction

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIScriptGeneric
struct asIScriptGeneric

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIScriptModule
struct asIScriptModule

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIScriptObject
struct asIScriptObject

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asIThreadManager
struct asIThreadManager

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asITypeInfo
struct asITypeInfo

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

asSMessageInfo
struct asSMessageInfo

Undocumented in source.

Meta