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.
stream
module as.stream
Undocumented in source.
tinf
module as.tinf
Undocumented in source.
utils
module as.utils
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(const(asSMessageInfo)*, void*)
Undocumented in source.
NativeMessage
alias NativeMessage = const(asSMessageInfo)*
Undocumented in source.

Enums

MessageType
enum MessageType

The type of a message

ReturnCodes
enum ReturnCodes

All the error codes AngelScript can return

Functions

getLibraryOptions
string getLibraryOptions()

Gets the library options of the angelscript library

getLibraryVersion
string getLibraryVersion()

Gets the version of the angelscript library

Manifest constants

CDECL
enum CDECL;

Shorthand for CallConv.CDecl

DCall
enum DCall;

Shorthand for CallConv.DDecl

DCallObjFirst
enum DCallObjFirst;

Shorthand for CallConv.DDeclObjFirst

DCallObjLast
enum DCallObjLast;

Shorthand for CallConv.DDeclObjLast

Structs

MessageInfo
struct MessageInfo

Message info

Meta