M32:setkey: Difference between revisions

From EDukeWiki
Jump to navigation Jump to search
Created page with "setkey <KEY_SC> If executed, will set the key status for the given scancode to 1. This allows scripts to activate specific keys, as if they had been triggered by human input. Category:Mapster32 commands"
 
mNo edit summary
Line 4: Line 4:


This allows scripts to activate specific keys, as if they had been triggered by human input.
This allows scripts to activate specific keys, as if they had been triggered by human input.
See also: [[M32:resetkey]]


[[Category:Mapster32 commands]]
[[Category:Mapster32 commands]]

Revision as of 11:33, 8 May 2022

setkey <KEY_SC>

If executed, will set the key status for the given scancode to 1.

This allows scripts to activate specific keys, as if they had been triggered by human input.

See also: M32:resetkey