derelict.angelscript.asc

Undocumented in source.

Members

Aliases

da_asContext_Execute
alias da_asContext_Execute = int function(asIScriptContext*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asContext_Prepare
alias da_asContext_Prepare = int function(asIScriptContext*, asIScriptFunction*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asContext_Release
alias da_asContext_Release = int function(asIScriptContext*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_AddRef
alias da_asEngine_AddRef = int function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_ClearMessageCallback
alias da_asEngine_ClearMessageCallback = int function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_CreateContext
alias da_asEngine_CreateContext = asIScriptContext* function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_GetEngineProperty
alias da_asEngine_GetEngineProperty = asPWORD function(asIScriptEngine*, asEEngineProp)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_GetGlobalFunctionByDecl
alias da_asEngine_GetGlobalFunctionByDecl = asIScriptFunction* function(asIScriptEngine*, const(char*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_GetGlobalFunctionByIndex
alias da_asEngine_GetGlobalFunctionByIndex = asIScriptFunction* function(asIScriptEngine*, asUINT)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_GetGlobalFunctionCount
alias da_asEngine_GetGlobalFunctionCount = asUINT function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_GetJITCompiler
alias da_asEngine_GetJITCompiler = asIJITCompiler* function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_GetModule
alias da_asEngine_GetModule = asIScriptModule* function(asIScriptEngine*, const(char*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_RegisterGlobalFunction
alias da_asEngine_RegisterGlobalFunction = int function(asIScriptEngine*, const(char*), asFUNCTION_t, asDWORD, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_Release
alias da_asEngine_Release = int function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_SetEngineProperty
alias da_asEngine_SetEngineProperty = int function(asIScriptEngine*, asEEngineProp, asPWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_SetJITCompiler
alias da_asEngine_SetJITCompiler = int function(asIScriptEngine*, asIJITCompiler*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_SetMessageCallback
alias da_asEngine_SetMessageCallback = int function(asIScriptEngine*, asFUNCTION_t, void*, asDWORD)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_ShutDownAndRelease
alias da_asEngine_ShutDownAndRelease = int function(asIScriptEngine*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asEngine_WriteMessage
alias da_asEngine_WriteMessage = int function(asIScriptEngine*, const(char*), int, int, asEMsgType, const(char*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asModule_GetFunctionByDecl
alias da_asModule_GetFunctionByDecl = asIScriptFunction* function(asIScriptModule*, const(char*))
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asModule_Release
alias da_asModule_Release = int function(asIScriptModule*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
da_asScript_Release
alias da_asScript_Release = int function(asIScriptFunction*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Classes

DerelictAngelscriptCLoader
class DerelictAngelscriptCLoader
Undocumented in source.

Static variables

DerelictAngelscriptC
DerelictAngelscriptCLoader DerelictAngelscriptC;
Undocumented in source.
asContext_Execute
da_asContext_Execute asContext_Execute;
Undocumented in source.
asContext_Prepare
da_asContext_Prepare asContext_Prepare;
Undocumented in source.
asContext_Release
da_asContext_Release asContext_Release;
Undocumented in source.
asEngine_AddRef
da_asEngine_AddRef asEngine_AddRef;
Undocumented in source.
asEngine_ClearMessageCallback
da_asEngine_ClearMessageCallback asEngine_ClearMessageCallback;
Undocumented in source.
asEngine_CreateContext
da_asEngine_CreateContext asEngine_CreateContext;
Undocumented in source.
asEngine_GetEngineProperty
da_asEngine_GetEngineProperty asEngine_GetEngineProperty;
Undocumented in source.
asEngine_GetGlobalFunctionByDecl
da_asEngine_GetGlobalFunctionByDecl asEngine_GetGlobalFunctionByDecl;
Undocumented in source.
asEngine_GetGlobalFunctionByIndex
da_asEngine_GetGlobalFunctionByIndex asEngine_GetGlobalFunctionByIndex;
Undocumented in source.
asEngine_GetGlobalFunctionCount
da_asEngine_GetGlobalFunctionCount asEngine_GetGlobalFunctionCount;
Undocumented in source.
asEngine_GetJITCompiler
da_asEngine_GetJITCompiler asEngine_GetJITCompiler;
Undocumented in source.
asEngine_GetModule
da_asEngine_GetModule asEngine_GetModule;
Undocumented in source.
asEngine_RegisterGlobalFunction
da_asEngine_RegisterGlobalFunction asEngine_RegisterGlobalFunction;
Undocumented in source.
asEngine_Release
da_asEngine_Release asEngine_Release;
Undocumented in source.
asEngine_SetEngineProperty
da_asEngine_SetEngineProperty asEngine_SetEngineProperty;
Undocumented in source.
asEngine_SetJITCompiler
da_asEngine_SetJITCompiler asEngine_SetJITCompiler;
Undocumented in source.
asEngine_SetMessageCallback
da_asEngine_SetMessageCallback asEngine_SetMessageCallback;
Undocumented in source.
asEngine_ShutDownAndRelease
da_asEngine_ShutDownAndRelease asEngine_ShutDownAndRelease;
Undocumented in source.
asEngine_WriteMessage
da_asEngine_WriteMessage asEngine_WriteMessage;
Undocumented in source.
asModule_GetFunctionByDecl
da_asModule_GetFunctionByDecl asModule_GetFunctionByDecl;
Undocumented in source.

Meta