Full list of structure members: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
No edit summary
(22 intermediate revisions by 6 users not shown)
Line 1: Line 1:
Member functions are internal properties that may be accessed through CONs in EDuke. They may be called within [[actor]]s, players, or [[events]]. Every entity in the game uses these to varying effects.
{{EDuke32 Intro}}


[[Actor Member Functions]]
Member functions are internal properties that may be accessed through CONs in EDuke. They may be called within [[actor]]s, [[state]]s, or [[events]]. Every entity in the game uses these to varying effects.


[[Player Member Functions]]
'''See [[structure access]] for more information about how to use these structures and their members.'''


[[Sector Member Functions]]
*[[Members of the sprite, hittype, and spriteext structures]]
*[[Members of the projectile structure]]
*[[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 tsprite structure]]
*[[Members of the tiledata structure]]
*[[Members of the paldata structure]]


[[Wall Member Functions]]
[[Category:Structure access]]
[[Category:Scripting documentation]]

Revision as of 19:01, 3 April 2015

EDuke32 Scripting

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

See structure access for more information about how to use these structures and their members.