Options
Options
Fields
| Name | Type | |
|---|---|---|
gamepadRumble | Bool | |
isEditingCustomBindings | Bool | |
gamepad_normal | Dyn | |
gamepad_custom | Dyn | |
leftStickDeadzone | F64 | |
rightStickDeadzone | F64 | |
triggerDeadzone | F64 | |
longActivateBind | I32 | |
diveAttackBind | I32 | |
jumpDownBind | I32 | |
lstickFunction | I32 | |
rstickFunction | I32 | |
dpadFunction | I32 | |
invertPlayerMovements | Bool | |
invertCameraMovements | Bool | |
captureMouse | Bool | |
keyboard_normal | Dyn | |
keyboard_custom | Dyn | |
holdToAttack | Bool | |
holdToJump | Bool | |
pressToggleShield | Bool | |
holdToDodge | Bool | |
stopDodgeOnCliff | Bool | |
timerPermanent | I32 | |
controlTuto | Bool | |
showDodgeCd | Bool | |
enemyAnnounce | Bool | |
offScreenAnnounceOff | Bool | |
attackAnnounceScale | F64 | |
enableChroma | Bool | |
disableLoreRooms | Bool | |
skipCinematics | Bool | |
disableSlowMo | Bool | |
showModsUI | Bool | |
modsLocalPath | Dyn | |
ignoreModAutoInstall | Bool | |
displayMode | I32 | |
vsync | Bool | |
synergyFeedback | Bool | |
font | String | |
hideCursePopup | Bool | |
controlIconsType | I32 | |
overrideControlIconsController | I32 | |
hudAlpha | F64 | |
hudSize | F64 | |
backpackNextToWeapon | Bool | |
backpackAlpha | F64 | |
hideControls | Bool | |
critFeedback | Bool | |
showLifeAsPct | Bool | |
showKillCount | Bool | |
displayMilliseconds | Bool | |
displaySeed | Bool | |
mute | Bool | |
masterVolume | F64 | |
sfxVolume | F64 | |
musicVolume | F64 | |
ambientVolume | F64 | |
playShopMusic | Bool | |
playElevatorMusic | Bool | |
musicFolder | String | |
sfxActVolume | F64 | |
sfxEnmVolume | F64 | |
sfxEnvVolume | F64 | |
sfxHeroVolume | F64 | |
sfxInterVolume | F64 | |
sfxNpcVolume | F64 | |
sfxWeapVolume | F64 | |
sfxPrioPresets | hl.types.ArrayObj | |
sfxPrioPresetId | I32 | |
sfxThreshold | I32 | |
sfxThresholdId | I32 | |
lightFlashes | Bool | |
screenShakes | Bool | |
cameraPlayerMovementInfluence | F64 | |
cameraCombatInfluence | F64 | |
playerCameraSpeed | F64 | |
poiCameraSpeed | F64 | |
particleLimiterValue | F64 | |
particleLimiterPass | I32 | |
particleLimiterBlock | I32 | |
noBlood | Bool | |
backgroundDarkenerShow | Bool | |
backgroundDarkenerColor | I32 | |
backgroundDarkenerAlpha | F64 | |
altFakeBlackWalls | Bool | |
textBackground | Bool | |
textBackgroundColor | I32 | |
textBackgroundAlpha | F64 | |
outlineHero | Bool | |
outlineHeroColor | I32 | |
outlineMobs | Bool | |
outlineMobsColor | I32 | |
outlineNPCs | Bool | |
outlineNPCsColor | I32 | |
outlineProjectiles | Bool | |
outlineProjectilesColor | I32 | |
outlineActives | Bool | |
outlineActivesColor | I32 | |
outlineSecrets | Bool | |
outlineSecretsColor | I32 | |
outlineSpikes | Bool | |
outlineSpikesColor | I32 | |
tierIcons | Bool | |
doOverrideBrutalityColor | Bool | |
overrideBrutalityColor | I32 | |
doOverrideTacticColor | Bool | |
overrideTacticColor | I32 | |
doOverrideSurvivalColor | Bool | |
overrideSurvivalColor | I32 | |
itemDescTextScale | F64 | |
itemNameTextScale | F64 | |
dialogueTextScale | F64 | |
lang | String | |
foodKind | String | |
useTwitch | Bool | |
twitchNewVoteSystem | Bool | |
twitchChicken | Bool | |
twitchFreeChicken | Bool | |
twitchChickenSpeak | Bool | |
twitchLevelsMods | Bool | |
twitchCommunityScroll | Bool | |
twitchChest | Bool | |
twitchSecretTip | Bool | |
twitchTalismanAffix | Bool | |
twitchCommentary | Bool | |
twitchLevelSuggestion | Bool | |
twitchUIIsOnRight | Bool | |
twitchBoss | Bool | |
curSlot | Null | |
version | String | |
uniqId | String | |
speedrunMode | Bool | |
speedrunPanel | Bool | |
debug | Virtual[autoLoad, forceLoad, forceShopType, gotoTitleScreen, hideCineBars, isInCustomMode, isInTwitchMode, isLevelCursed, level, levelHistory, neverLoadGame, resetUser, seed, speedDeco] | |
assistMode | AssistModeData | |
savedAssistMode | AssistModeData | |
titleScreen | I32 | |
| static | defaultLeftStickDeadzone | F64 |
| static | defaultRightStickDeadzone | F64 |
| static | defaultTriggerDeadzone | F64 |
| static | inGameAction | hl.types.ArrayBytes_Int |
| static | keyboardRestrainedMultibindActions | hl.types.ArrayBytes_Int |
| static | LEGACY_FILE | String |
| static | FILE | String |
| static | load | Fun |
| static | loadAndApply | Fun |
| static | _keepUniqId | String |
| static | reset | Fun |
| static | dumpControllerConfig | Fun |
| static | keyLayout | String |
| static | convKey | Fun |
| static | keyName | Fun |
Protos
f@5764get_gamepad(Options) → Dynf@5765set_gamepad(Options, Dyn) → Dynf@5766get_keyboard(Options) → Dynf@5767set_keyboard(Options, Dyn) → Dynf@5768get_foodKindEnum(Options) → FoodKindf@5769get_musicKind(Options) → Stringf@5770set_musicKind(Options, String) → Stringf@5771genUniqId(Options) → Boolf@5772applyLang(Options) → Voidf@5773apply(Options, Ref) → Voidf@5774applyVolumes(Options) → Voidf@5775save(Options) → Voidf@5776setPadMapping(Options, I32, I32) → Voidf@5777getPadMapping(Options, I32) → Stringf@5778getKeyFromPadMapping(Options, I32) → hl.types.ArrayObjf@5779getKeysFromKeyMapping(Options, I32) → hl.types.ArrayObjf@5780setKeyMapping(Options, I32, I32, Null) → Voidf@5781setTriggerDeadZone(Options, F64) → Voidf@5782setDeadZoneLeftJoystick(Options, F64) → Voidf@5783setDeadZoneRightJoystick(Options, F64) → Voidf@5784setDeadZoneJoystick(Options, JoystickId, F64) → Voidf@5785getKeyMapping(Options, Null) → Stringf@5786resetKeyMapping(Options) → Voidf@5787resetPadMapping(Options) → Voidf@5788resetSticksMapping(Options) → Voidf@5789resetStickMapping(Options, I32, hl.types.ArrayBytes_Int) → Voidf@5790configController(Options, Null) → Voidf@5791ctrlBind(Options, I32, Null, Null, Null, Null, Null, Null) → Voidf@5792getTierColor(Options, String) → I32
Bindings
- static
f@5803__constructor__(Options) → Void - static
f@5802keyName(I32) → String - static
f@5801convKey(I32) → I32 - static
f@5800dumpControllerConfig(Dyn, Dyn, Bool) → Void - static
f@5799reset() → Void - static
f@5798loadAndApply(Ref) → Options - static
f@5797load() → Options