GetControl

From GECK
Jump to: navigation, search


A function added by the Fallout Script Extender.

Description

Returns the key (as its directx scancode) assigned to a control, specified by it's control code.

Syntax

[help]
(KeyCode:int) GetControl controlCode:int 

Example

int iPOVKey
set iPOVKey to GetControl 13

See Also