Difference between revisions of "Modding:level (0.9.9.7)"
From DoomRL Wiki
Yaflhdztioxo (Talk | contribs) |
Yaflhdztioxo (Talk | contribs) |
||
Line 2: | Line 2: | ||
* The [[Modding:level_blueprint (0.9.9.7)|level blueprint]], a structure used to define special levels | * The [[Modding:level_blueprint (0.9.9.7)|level blueprint]], a structure used to define special levels | ||
− | * The [[Modding: | + | * The [[Modding:level_API (0.9.9.7)|level API]], a set of functions which can be used to control a level (special or otherwise) during gameplay |
− | * The [[Modding: | + | * The [[Modding:level_MapNode (0.9.9.7)|level]] object, a valkyrie object based on the LuaMapNode class which offers its own library of lower level functions |
Revision as of 17:20, 22 December 2012
Within the context of modding a 'level' can refer to:
- The level blueprint, a structure used to define special levels
- The level API, a set of functions which can be used to control a level (special or otherwise) during gameplay
- The level object, a valkyrie object based on the LuaMapNode class which offers its own library of lower level functions