Full list of structure members: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
No edit summary
No edit summary
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{EDuke32 Intro}}
{{EDuke32 Intro}}


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.  
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.  


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


[[Members of the player structure]]
*[[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]]


 
[[Category:Structure access]]
[[Members of the sprite and hittype structures]]
[[Category:Scripting documentation]]
 
 
[[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 projectile structure]]
 
 
[[Category:Structure member 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.