Difference between revisions of "ReleaseKey"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Geckbot
m (Robot: Automated text replacement (-'''.*'''\r\n +))
imported>Odessa
(expanded)
 
Line 1: Line 1:
{{Function
{{Function
  |origin = FOSE1
  |origin = FOSE1
  |summary = Releases a key held down by HoldKey
  |summary = Releases a key (specified by [[IsKeyPressed|int code]]) which was held down by a prior call to [[HoldKey]].
  |name = ReleaseKey
  |name = ReleaseKey
  |alias = rk
  |alias = rk
  |returnType = FixMe
  |returnType = none
  |arguments =  
  |arguments =  
   {{FunctionArgument
   {{FunctionArgument
Line 11: Line 11:
   }}
   }}
}}
}}
==See Also==
*[[HoldKey]]
*[[TapKey]]
*[[IsKeyPressed]]
*[[TapControl]]
*[[GetControl]]
[[Category:Functions_(FOSE)]]
[[Category:Functions_(FOSE)]]

Latest revision as of 05:54, 16 January 2015

< [[::Category:Functions|Category:Functions]]

A function added by the Fallout Script Extender.

Description

Releases a key (specified by int code) which was held down by a prior call to HoldKey.

Syntax

[help]
(none) ReleaseKey scanCode:int 

Or:

(none) rk scanCode:int

See Also