Talk:GetMappedKey - Input

From the CreationKit Wiki
Revision as of 15:33, 22 February 2013 by imported>Neoh4x0r (Pointing out that the devicetypes are inconsistent)
Jump to navigation Jump to search

Device Type value(s) inconsistent?

0xFF = 255 = Auto detect (Default)
0x01 = 0 = Keyboard (1 or 0)
0x02 = 1 = Mouse (2 or 1)
0x03 = 3 = Gamepad

GetMappedKey not found (1.5.11)

I'm running SKSE 1.5.11 and while other skse scripts are compiling for me, this function is not. When I run the example script, this error is returned to me: "GetMappedKey is not a function or does not exist".

Hmmm... Both examples compile here. I'd recheck your SKSE installation and make sure everything's being overridden as intended. JustinOther (talk)
If GetMappedKey can't be found, then the likely causes are that either you're not using the SKSE versions of the native scripts or you're extending the wrong type.
-- Cipscis (talk) 15:45, 24 October 2012 (EDT)