Members of the wall structure: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
 
m What the hell did I say about calling them "member functions?" Oh yeah, I said don't. ;)
Line 1: Line 1:
Syntax:
Syntax:


<get/set>wall[<wall id>].<functionname> <gamevar>
<get/set>wall[<wall id>].<member> <gamevar>


<get/set> - getwall to set the gamevar <gamevar> to the value of <functionname>. setwall to set the value of <functionname> to the gamevar <gamevar>.  
<get/set> - getwall to set the gamevar <gamevar> to the value of <member>. setwall to set the value of <member> to the gamevar <gamevar>.  


Here is the list of Member Functions for walls:
Here is the list of members of the wall struct:


*x
*x

Revision as of 00:14, 24 October 2005

Syntax:

<get/set>wall[<wall id>].<member> <gamevar>

<get/set> - getwall to set the gamevar <gamevar> to the value of <member>. setwall to set the value of <member> to the gamevar <gamevar>.

Here is the list of members of the wall struct:

  • x
  • y
  • point2
  • nextwall
  • nextsector
  • cstat
  • picnum
  • overpicnum
  • shade
  • pal
  • xrepeat
  • yrepeat
  • xpanning
  • ypanning
  • lotag
  • hitag
  • extra