as

Undocumented in source.

Modules

addons
module as.addons
context
module as.context
Undocumented in source.
def
module as.def
Undocumented in source.
engine
module as.engine
Undocumented in source.
func
module as.func
Undocumented in source.
mod
module as.mod
Undocumented in source.
obj
module as.obj
Undocumented in source.
tinf
module as.tinf
Undocumented in source.

Public Imports

as.engine
public import as.engine;
as.mod
public import as.mod;
as.func
public import as.func;
as.context
public import as.context;
as.tinf
public import as.tinf;
as.obj
public import as.obj;

Members

Aliases

MessageCallback
alias MessageCallback = void function(void*, const(asSMessageInfo)*)
Undocumented in source.
NativeMessage
alias NativeMessage = const(asSMessageInfo)*
Undocumented in source.

Enums

MessageType
enum MessageType

The type of a message

Functions

getLibraryOptions
string getLibraryOptions()

Gets the library options of the angelscript library

getLibraryVersion
string getLibraryVersion()

Gets the version of the angelscript library

Structs

MessageInfo
struct MessageInfo

Message info

Meta