Getinput

From EDukeWiki
Revision as of 17:10, 15 April 2007 by 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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.