Getinput: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
mNo edit summary
One (talk | contribs)
No edit summary
Line 1: Line 1:
'''getinput'''[<player id>].<member> <gamevar>
This command can be used within [[EVENT_PROCESSINPUT]] to fetch one of the [[members of the input structure]] into a [[gamevar]].
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.
The player id is usually provided by THISACTOR, it is unknown whether other values are useful or applicable.

Revision as of 11:29, 4 May 2009

getinput[<player id>].<member> <gamevar>

This command can be used within EVENT_PROCESSINPUT to fetch one of the members of the input structure into a gamevar.

The player id is usually provided by THISACTOR, it is unknown whether other values are useful or applicable.