Difference between revisions of "Talk:RegisterForKey - Form"
Jump to navigation
Jump to search
imported>Jbezorg |
imported>Cipscis (It's for 1.06.01, which is only currently (publicly) available as a beta) |
||
Line 1: | Line 1: | ||
==SKSE Version== | |||
What version of SKSE is this for? | What version of SKSE is this for? | ||
I'm currently using release build 1.5.11 (4 August 2012) | I'm currently using release build 1.5.11 (4 August 2012) | ||
Line 15: | Line 16: | ||
EndEvent | EndEvent | ||
</source> | </source> | ||
: Version 1.06.01 is available as a beta and although it's not shown on their site it is publicly available at this URL - [http://skse.silverlock.org/beta/skse_1_06_01.7z] | |||
: It would probably be a good idea to include the required version of SKSE for its functions. I'll look into that. | |||
: -- [[User:Cipscis|Cipscis]] ([[User talk:Cipscis|talk]]) 16:11, 3 October 2012 (EDT) |
Revision as of 15:11, 3 October 2012
SKSE Version
What version of SKSE is this for? I'm currently using release build 1.5.11 (4 August 2012)
Scriptname IS_controls
Import Form
Import Game
Import Input
Event OnInit()
Float weight = GetPlayer().GetEquippedWeapon().GetWeight() ; compiles
UnegisterForKey(42) ; IS_controls.psc(8,1): UnegisterForKey is not a function or does not exist
RegisterForKey(42) ; IS_controls.psc(9,1): RegisterForKey is not a function or does not exist
EndEvent
- Version 1.06.01 is available as a beta and although it's not shown on their site it is publicly available at this URL - [1]
- It would probably be a good idea to include the required version of SKSE for its functions. I'll look into that.