The NPL Scripting Language Reference in ParaEngine

1.0.0

Introduction

In distributed game engine, it is common to deal with thousands of interactive entities on the local runtime and among its web servers. Our solution is based on scripting technology, which has already been broadly used in modern computer game engine to provide flexible and extensible integration of a single game engine runtime and the rest of the world.
The scripting system consists of a collection of activation files as well as other reference files. An activation file may be activated by other script files, some synchronization timers and the game engines. Logics are usually scripted (written) in activation files and carried out by series of file activations, during which process activated files may emit UI commands to game engines for game state updates.

Modules

The NPL and ParaEngine functions and objects are organized inside several modules, such as ParaScene, ParaUI, etc. Please browse the module list to quickly locate the function you need. All NPL functions are implemented in the ParaScripting namespace. Some examples are provided to explain some commonly used functionalities.

Copyright

All work is copyrighted by ParaEngine Corporation.
URL: http://www.paraengine.com
We are planning to release NPL standard and code to the open source community.

Changes

Developers


Generated on Mon Dec 1 14:34:40 2008 for NPL Scripting Reference for ParaEngine by  doxygen 1.5.2