Getinput: Difference between revisions
Jump to navigation
Jump to search
Dr. Kylstien (talk | contribs) New page: This command can be used within EVENT_PROCESSINPUT to fetch one of the members of the input structure into a gamevar. getinput[<player id>].<member> <gamevar> The player id i... |
mNo edit summary |
||
Line 4: | Line 4: | ||
The player id is usually provided by THISACTOR, it is unknown whether other values are useful or applicable. | The player id is usually provided by THISACTOR, it is unknown whether other values are useful or applicable. | ||
[[Category:EDuke32 specific commands]] |
Revision as of 01:44, 21 April 2008
This command can be used within EVENT_PROCESSINPUT to fetch one of the members of the input structure into a gamevar.
getinput[<player id>].<member> <gamevar>
The player id is usually provided by THISACTOR, it is unknown whether other values are useful or applicable.