Full list of structure members

From EDukeWiki
Revision as of 13:27, 15 April 2007 by TX (talk | contribs)
Jump to navigation Jump to search
EDuke32 Scripting

Member functions are internal properties that may be accessed through CONs in EDuke. They may be called within actors, players, or events. Every entity in the game uses these to varying effects.

Members of the sprite and hittype structures

Members of the player structure

Members of the sector structure

Members of the wall structure

Members of the userdef structure

Members of the input structure

Members of the projectile structure

For members to use with getprojectile, setprojectile, getthisprojectile, and setthisprojectile, see defineprojectile. They are the top list, but you have to cut off the “PROJ_” part and convert them to lowercase before they will be accepted by the CON parser.