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 |
|
Maps directly to the NWScript effect type. |
Class |
|
Placeholder type for engst until specific types are implemented. |
Class |
|
Maps directly to the nwscript location type. |
Class |
|
A Object is a immutable reference to a game object in the world. This maps directly to the nwscript object type. |
Class |
|
A 3d vector that maps directly to the nwscript vector type. |
Class |
|
All types supported by the NWScript VM as implemented in EE 37. |