Elin Modding Docs Doc
Loading...
Searching...
No Matches
ContentConfigInput Class Reference
Inheritance diagram for ContentConfigInput:
ContentConfigGame ContentConfig EContent

Public Member Functions

override void OnInstantiate ()
 
- Public Member Functions inherited from ContentConfigGame
override void OnInstantiate ()
 
void SetGroup (UISelectableGroup group, int value, UnityAction< int > action)
 
- Public Member Functions inherited from ContentConfig
void SetSlider (Slider slider, float value, Func< float, string > action)
 

Public Attributes

UIList listMovement
 
UIList listGeneral
 
UIList listMenu
 
UIList listEtc
 
UIList listAdvanced
 
UIButton toggleAutorun
 
UIButton toggleAltKeyAxis
 
UIButton toggleKeepRunning
 
UIButton toggleRightClickExitBuildMode
 
UIButton toggleIgnoreNPCs
 
UIButton toggleAltExamine
 
UIButton toggleZoomToMouse
 
UIButton toggleZoomMin
 
UIButton toggleZoomMax
 
UIButton toggleSmoothFollow
 
UIButton toggleSmoothMove
 
Slider sliderKeyboardScroll
 
Slider sliderDragScroll
 
Slider sliderEdgeScroll
 
Slider sliderRunDistance
 
Slider sliderMoveFrame
 
UIButton toggleEdge
 
UIButton toggleInvertX
 
UIButton toggleInvertY
 
UIButton toggleLinearZoom
 
UIDropdown ddMiddleClick
 
UIDropdown ddMiddleClickLong
 
UIDropdown ddMouse3Click
 
UIDropdown ddMouse3Long
 
UIDropdown ddMouse4Click
 
UIDropdown ddMouse4Long
 
UIDropdown b_ddMiddleClick
 
UIDropdown b_ddMiddleClickLong
 
UIDropdown b_ddMouse3Click
 
UIDropdown b_ddMouse3Long
 
UIDropdown b_ddMouse4Click
 
UIDropdown b_ddMouse4Long
 
- Public Attributes inherited from ContentConfigGame
UIButton toggleFogBounds
 
UIButton toggleOffhand
 
UIButton toggleShowInvBG
 
UIButton toggleConfirmGive
 
UIButton toggleWarnCrime
 
UIButton toggleWarnMana
 
UIButton toggleWarnDisassemble
 
UIButton toggleHoldMiddle
 
UIButton toggleHoldDoubleClick
 
UIButton toggleConfirmExit
 
UIButton toggleUseAbilityOnHotkey
 
UIButton toggleHideWeapon
 
UIButton toggleNetSend
 
UIButton toggleNet
 
UIButton toggleDisableAutoStairs
 
UIButton toggleSmoothPick
 
UIButton toggleMarkStack
 
UIButton toggleRefIcon
 
UIButton toggleBackupOnFirstSave
 
UIButton toggleShippingResult
 
UIButton toggleShiftToUseNegativeAbility
 
UISelectableGroup groupBackerFilter
 
UISelectableGroup groupBorder
 
UISelectableGroup groupRide
 
Slider sliderWait
 
UIButton toggleWaitOnDebuff
 
UIButton toggleWaitOnRange
 
UIButton toggleWaitOnMelee
 
UIButton toggleTutorial
 
UIButton toggleAdvanceMenu
 

Additional Inherited Members

- Properties inherited from ContentConfig
CoreConfig config [get]
 

Detailed Description

Definition at line 7 of file ContentConfigInput.cs.

Member Function Documentation

◆ OnInstantiate()

override void ContentConfigInput.OnInstantiate ( )

Definition at line 10 of file ContentConfigInput.cs.

Member Data Documentation

◆ b_ddMiddleClick

UIDropdown ContentConfigInput.b_ddMiddleClick

Definition at line 350 of file ContentConfigInput.cs.

◆ b_ddMiddleClickLong

UIDropdown ContentConfigInput.b_ddMiddleClickLong

Definition at line 353 of file ContentConfigInput.cs.

◆ b_ddMouse3Click

UIDropdown ContentConfigInput.b_ddMouse3Click

Definition at line 356 of file ContentConfigInput.cs.

◆ b_ddMouse3Long

UIDropdown ContentConfigInput.b_ddMouse3Long

Definition at line 359 of file ContentConfigInput.cs.

◆ b_ddMouse4Click

UIDropdown ContentConfigInput.b_ddMouse4Click

Definition at line 362 of file ContentConfigInput.cs.

◆ b_ddMouse4Long

UIDropdown ContentConfigInput.b_ddMouse4Long

Definition at line 365 of file ContentConfigInput.cs.

◆ ddMiddleClick

UIDropdown ContentConfigInput.ddMiddleClick

Definition at line 332 of file ContentConfigInput.cs.

◆ ddMiddleClickLong

UIDropdown ContentConfigInput.ddMiddleClickLong

Definition at line 335 of file ContentConfigInput.cs.

◆ ddMouse3Click

UIDropdown ContentConfigInput.ddMouse3Click

Definition at line 338 of file ContentConfigInput.cs.

◆ ddMouse3Long

UIDropdown ContentConfigInput.ddMouse3Long

Definition at line 341 of file ContentConfigInput.cs.

◆ ddMouse4Click

UIDropdown ContentConfigInput.ddMouse4Click

Definition at line 344 of file ContentConfigInput.cs.

◆ ddMouse4Long

UIDropdown ContentConfigInput.ddMouse4Long

Definition at line 347 of file ContentConfigInput.cs.

◆ listAdvanced

UIList ContentConfigInput.listAdvanced

Definition at line 269 of file ContentConfigInput.cs.

◆ listEtc

UIList ContentConfigInput.listEtc

Definition at line 266 of file ContentConfigInput.cs.

◆ listGeneral

UIList ContentConfigInput.listGeneral

Definition at line 260 of file ContentConfigInput.cs.

◆ listMenu

UIList ContentConfigInput.listMenu

Definition at line 263 of file ContentConfigInput.cs.

◆ listMovement

UIList ContentConfigInput.listMovement

Definition at line 257 of file ContentConfigInput.cs.

◆ sliderDragScroll

Slider ContentConfigInput.sliderDragScroll

Definition at line 308 of file ContentConfigInput.cs.

◆ sliderEdgeScroll

Slider ContentConfigInput.sliderEdgeScroll

Definition at line 311 of file ContentConfigInput.cs.

◆ sliderKeyboardScroll

Slider ContentConfigInput.sliderKeyboardScroll

Definition at line 305 of file ContentConfigInput.cs.

◆ sliderMoveFrame

Slider ContentConfigInput.sliderMoveFrame

Definition at line 317 of file ContentConfigInput.cs.

◆ sliderRunDistance

Slider ContentConfigInput.sliderRunDistance

Definition at line 314 of file ContentConfigInput.cs.

◆ toggleAltExamine

UIButton ContentConfigInput.toggleAltExamine

Definition at line 287 of file ContentConfigInput.cs.

◆ toggleAltKeyAxis

UIButton ContentConfigInput.toggleAltKeyAxis

Definition at line 275 of file ContentConfigInput.cs.

◆ toggleAutorun

UIButton ContentConfigInput.toggleAutorun

Definition at line 272 of file ContentConfigInput.cs.

◆ toggleEdge

UIButton ContentConfigInput.toggleEdge

Definition at line 320 of file ContentConfigInput.cs.

◆ toggleIgnoreNPCs

UIButton ContentConfigInput.toggleIgnoreNPCs

Definition at line 284 of file ContentConfigInput.cs.

◆ toggleInvertX

UIButton ContentConfigInput.toggleInvertX

Definition at line 323 of file ContentConfigInput.cs.

◆ toggleInvertY

UIButton ContentConfigInput.toggleInvertY

Definition at line 326 of file ContentConfigInput.cs.

◆ toggleKeepRunning

UIButton ContentConfigInput.toggleKeepRunning

Definition at line 278 of file ContentConfigInput.cs.

◆ toggleLinearZoom

UIButton ContentConfigInput.toggleLinearZoom

Definition at line 329 of file ContentConfigInput.cs.

◆ toggleRightClickExitBuildMode

UIButton ContentConfigInput.toggleRightClickExitBuildMode

Definition at line 281 of file ContentConfigInput.cs.

◆ toggleSmoothFollow

UIButton ContentConfigInput.toggleSmoothFollow

Definition at line 299 of file ContentConfigInput.cs.

◆ toggleSmoothMove

UIButton ContentConfigInput.toggleSmoothMove

Definition at line 302 of file ContentConfigInput.cs.

◆ toggleZoomMax

UIButton ContentConfigInput.toggleZoomMax

Definition at line 296 of file ContentConfigInput.cs.

◆ toggleZoomMin

UIButton ContentConfigInput.toggleZoomMin

Definition at line 293 of file ContentConfigInput.cs.

◆ toggleZoomToMouse

UIButton ContentConfigInput.toggleZoomToMouse

Definition at line 290 of file ContentConfigInput.cs.


The documentation for this class was generated from the following file: