Difference between revisions of "Talk:GetMappedKey - Input"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Cipscis
(→‎GetMappedKey not found (1.5.11): Sounds like you're using the wrong files or extending the wrong type)
imported>Neoh4x0r
(Pointing out that the devicetypes are inconsistent)
Line 1: Line 1:
== 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) ==
== 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".
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".

Revision as of 15:33, 22 February 2013

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)