nwn.nwscript

Imports everything from nwn.nwscript

Modules

constants
module nwn.nwscript.constants

NWScript builtin constants

extensions
module nwn.nwscript.extensions

Useful functions that are not part of nwscript

functions
module nwn.nwscript.functions

NWScript functions and types implemented in D

resources
module nwn.nwscript.resources

Resource management required by certain NWScript functions

Public Imports

nwn.nwscript.constants
public import nwn.nwscript.constants;
Undocumented in source.
nwn.nwscript.functions
public import nwn.nwscript.functions;
Undocumented in source.
nwn.nwscript.resources
public import nwn.nwscript.resources;
Undocumented in source.
nwn.nwscript.extensions
public import nwn.nwscript.extensions;
Undocumented in source.

Meta