Difference between revisions of "Talk:GetMappedKey - Input"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Neoh4x0r
(Pointing out that the devicetypes are inconsistent)
imported>Neoh4x0r
m
 
Line 1: Line 1:
== Device Type value(s) inconsistent? ==
== Device Type value(s) inconsistent? ==
::0xFF = 255 = Auto detect (Default)  
::0xFF = 255 = Auto detect (Default)  
::'''0x01 = 0 = Keyboard  (1 or 0)'''
::'''0x01 = 0 = Keyboard  (is this supposed to be 1 or 0?)'''
::'''0x02 = 1 = Mouse (2 or 1)'''
::'''0x02 = 1 = Mouse (is this supposed to be 1 or 2?)'''
::0x03 = 3 = Gamepad
::0x03 = 3 = Gamepad



Latest revision as of 01:24, 2 April 2013

Device Type value(s) inconsistent?[edit source]

0xFF = 255 = Auto detect (Default)
0x01 = 0 = Keyboard (is this supposed to be 1 or 0?)
0x02 = 1 = Mouse (is this supposed to be 1 or 2?)
0x03 = 3 = Gamepad

GetMappedKey not found (1.5.11)[edit source]

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)