Difference between revisions of "Modding:level (0.9.9.7)"
From DoomRL Wiki
Yaflhdztioxo (Talk | contribs) |
Yaflhdztioxo (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | Within the context of modding a 'level' can refer to: | |
+ | |||
+ | * The [[Modding:level_blueprint (0.9.9.7)|level blueprint]], a structure used to define special levels | ||
+ | * 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: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:16, 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