keyEvent.scanCode

(Redirected from KeyEvent.scanCode)

Property Server and Client GTAIII Logo.png icon-vc.png icon-sa.png icon-iv.png Online and Offline Read-Only

Available since Server 1.0.0, Client 1.0.0
int keyEvent.scanCode
The keyEvent.scanCode property is used to fetch the scan code for the key event.

Value

int The scan code for the key event.
readonly This property cannot be changed.

Types

Shared KeyEvent

Notes

There aren't any notes for this property.

Examples

There aren't any examples for this property.

Compatibility

There isn't any compatibility information for this property.

Related

Server Related

        addEvent
        addEventHandler
        bindEventHandler
        removeEventHandler
        triggerEvent
        unbindEventHandler


Client Related

        addEvent
        addEventHandler
        bindEventHandler
        removeEventHandler
        triggerEvent
        unbindEventHandler