pixelperfectengine.scripting.globals

Undocumented in source.

Public Imports

pixelperfectengine.system.timer
public import pixelperfectengine.system.timer;
Undocumented in source.
pixelperfectengine.system.rng
public import pixelperfectengine.system.rng;
Undocumented in source.

Members

Variables

mainRaster
Raster mainRaster;

Contains the main raster to be used with scripting engines.

modMan
ModuleManager modMan;

Contains the main module manager to be used with scripting engines.

rng
RandomNumberGenerator rng;
Undocumented in source.
scrptResMan
HashMap!(string, ABitmap) scrptResMan;

The bitmap resource manager for scripting purposes. Any bitmap to be used by a scripting engine, especially if said scripting engine is an external entity (DLL, etc), should be stored here to keep a reference around to avoid them being destroyed by the garbage collector.

Meta