package documentation

nwscript-related utilities.

Module asm Disassemble NCS (compiled script) files.
Module comp Bindings for the official nwn script compiler.
Module langspec A simplified parser for nwscript.nss.
Module ndb Read NDB files: NWScript compiled debug information.
Package vm A VM that can run NWScript bytecode with bidirectional Python linkage.
Module _types No module docstring; 2/2 classes documented

From __init__.py:

Class Effect Maps directly to the NWScript effect type.
Class EngineStructure Placeholder type for engst until specific types are implemented.
Class Location Maps directly to the nwscript location type.
Class Object A Object is a immutable reference to a game object in the world. This maps directly to the nwscript object type.
Class Vector A 3d vector that maps directly to the nwscript vector type.
Class VMType All types supported by the NWScript VM as implemented in EE 37.