-
Notifications
You must be signed in to change notification settings - Fork 7
Key Binding Strings
MathiasDecrock edited this page Aug 5, 2021
·
5 revisions
- Attack
- SecondAttack
- Block
- Use
- Hide
- Jump
- Crouch
- Run
- ToggleWalk
- AutoRun
- Sit
- GPower
- AltPlace
- Forward
- Left
- Backward
- Right
- Inventory
- Map
- MapZoomOut
- MapZoomIn
- BuildPrev
- BuildNext
- BuildMenu
- Remove
- JoyUse
- JoyHide
- JoyJump
- JoySit
- JoyGPower
- JoyInventory
- JoyRun
- JoyCrouch
- JoyMap
- JoyMenu
- JoyBlock
- JoyAttack
- JoySecondAttack
- JoyAltPlace
- JoyRotate
- JoyPlace
- JoyRemove
- JoyTabLeft
- JoyTabRight
- JoyLStickLeft
- JoyLStickRight
- JoyLStickUp
- JoyLStickDown
- JoyButtonA
- JoyButtonB
- JoyButtonX
- JoyButtonY
- JoyDPadLeft
- JoyDPadRight
- JoyDPadUp
- JoyDPadDown
- JoyLTrigger
- JoyRTrigger
- JoyLStick
- JoyRStick
You can display keybindings by using the $KEY_
prefix in the localization:
Localization.instance.Localize("$KEY_Use");
will return "E" by default for example.