Getinput: Difference between revisions
Jump to navigation
Jump to search
Hunter byte (talk | contribs) mNo edit summary |
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]]. | ||
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.