MCPcopy Create free account

hub / github.com/AdbAutoPlayer/AdbAutoPlayer / functions

Functions1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer

Methoddown
(self, duration: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:174
Methoddown
Move the D-pad down.
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:24
Methoddown
Move the stick down. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:75
Methoddown_left
(self, duration: float = 1.0, magnitude: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:147
Methoddown_left
Move the stick down-left. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (1
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:154
Methoddown_right
(self, duration: float = 1.0, magnitude: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:155
Methoddown_right
Move the stick down-right. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:163
Methoddpad
D-pad.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:220
Methoddpad
D-pad.
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:265
Methodemit
(self, record)
src-tauri/src-python/adb_auto_player/__main__.py:143
Methodemit
Emit a log message in colored text format. Args: record (logging.LogRecord): The log record to emit.
src-tauri/src-python/adb_auto_player/log/logging_setup.py:32
Methodemit
Emit a log message in text format with timestamp. Args: record (logging.LogRecord): The log record to emit.
src-tauri/src-python/adb_auto_player/log/logging_setup.py:61
Methodemit
(self, record)
src-tauri/src-python/adb_auto_player/util/execute.py:91
Methodentry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/fishing.py:82
Methodentry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/wondrous_tag.py:24
Methodentry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/devourer.py:38
Methodentry
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/simple_gathering.py:28
Methodentrypoint
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/minigames/fishing.py:54
Methodextract_activeness_from_screenshot
Extract (name, activeness) pairs from a guild members activeness screen. Supplements RapidOCR for multilingual names (Korean, etc.).
src-tauri/src-python/adb_auto_player/ocr/qwen2vl_backend.py:329
Methodextract_text
Extract text from the given image crop using Qwen2-VL. If the model or dependencies are not available, falls back to the RapidOCR bac
src-tauri/src-python/adb_auto_player/ocr/qwen2vl_backend.py:562
Methodfaction_lower
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/battle_state.py:47
Methodfast_timeout
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/base.py:73
Methodfast_timeout
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:72
Methodfind_all_template_matches
Find all matches. Args: base_image (np.ndarray): Base image. template_image (np.ndarray): Template image.
src-tauri/src-python/adb_auto_player/template_matching/template_matcher.py:140
Methodfind_best_template
()
src-tauri/src-python/adb_auto_player/game/_template_mixin.py:320
Methodfind_template
()
src-tauri/src-python/adb_auto_player/game/_template_mixin.py:272
Methodforce_stop_game
(self)
src-tauri/src-python/adb_auto_player/game/_base.py:221
Methodfrom
(err: serde_json::Error)
src-tauri/src/error.rs:31
Methodfrom_value
Get Enum from OEM int or string.
src-tauri/src-python/adb_auto_player/ocr/tesseract_oem.py:15
Methodfrom_value
Get Enum from PSM int or string.
src-tauri/src-python/adb_auto_player/ocr/tesseract_psm.py:25
Methodgame_find_template_match
( self, template: str | Path, match_mode: MatchMode = MatchMode.BEST, threshol
src-tauri/src-python/adb_auto_player/game/_base.py:136
Methodgame_find_template_match
(self, *args, **kwargs)
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/_guild_scan_setup.py:41
Methodgame_find_template_match
(self, *args, **kwargs)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:103
FunctiongetAdbSettingsForm
( body: Commands["get_adb_settings_form"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:34
FunctiongetGameSettingsForm
( body: Commands["get_game_settings_form"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:41
FunctiongetProfileState
( body: Commands["get_profile_state"]["input"], options?: InvokeOptions )
src/client/apiClient.ts:48
Functionget_adb_settings_form
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:376
Functionget_app_settings_form
( app_handle: tauri::AppHandle, state: State<'_, Mutex<AppSettings>>, )
src-tauri/src/settings.rs:415
Functionget_game_settings_form
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:389
Functionget_profile_state
( app_handle: AppHandle, body: ProfileContext, )
src-tauri/src-python/adb_auto_player/__main__.py:455
Methodget_screenshot
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:91
Methodget_settings
(self)
src-tauri/src-python/adb_auto_player/games/zzz_config_example/main.py:50
FunctionhandleClick
(e: MouseEvent)
src/lib/utils/external-links.ts:30
FunctionhandleError
({ error, event, status, message, })
src/hooks.client.ts:4
Methodhandle_duras_post_battle
Handle post battle actions for normal mode. Returns: True if the trial is complete, or False to continue pushing battles.
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/duras_trials.py:101
Methodhandle_duras_pre_battle
Handle pre battle steps in normal mode. Returns: True to continue; False to abort.
src-tauri/src-python/adb_auto_player/games/afk_journey/mixins/duras_trials.py:82
Functionhandler
(event: Event)
src-tauri/src-python/adb_auto_player/__main__.py:565
Methodhide_ui
(self)
src-tauri/src-python/adb_auto_player/games/blue_protocol_star_resonance/blue_protocol_star_resonance.py:42
Methodhold
Finger down and hold.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_touch.py:45
Methodhold
Press and hold a key (do NOT release yet).
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_at_translated_set_2_keyboard.py:66
Methodhold
Hold the screen on the given coordinates.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:178
Methodhold_down
Hold the stick down (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:111
Methodhold_down_left
Hold the stick down-left (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:189
Methodhold_down_right
Hold the stick down-right (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:197
Methodhold_left
Hold the stick left (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:119
Methodhold_right
Hold the stick right (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:127
Methodhold_up
Hold the D-pad up (no automatic release).
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:37
Methodhold_up
Hold the stick up (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:103
Methodhold_up_left
Hold the stick up-left (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:173
Methodhold_up_right
Hold the stick up-right (no automatic release). Args: magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:181
Methodi_am_in_resonating_hall
()
src-tauri/src-python/adb_auto_player/games/afk_journey/navigation.py:207
Methodidentifier
Device identifier.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:125
Functioninit
(module: &Bound<'_, PyModule>)
src-tauri/src/lib.rs:33
FunctioninitPostHog
(version: string)
src/lib/utils/posthog.ts:6
Methodinput_device_file
Input device file.
src-tauri/src-python/adb_auto_player/device/adb/adb_input_device.py:21
Methodis_afk_stages
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/battle_state.py:15
Methodis_controlling_emulator
Whether the controlled device is an emulator or not.
src-tauri/src-python/adb_auto_player/device/adb/adb_controller.py:199
Methodis_duras
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/battle_state.py:12
Methodis_increasing
Return True if the coordinate increases in the direction (DOWN or RIGHT).
src-tauri/src-python/adb_auto_player/game/_input_mixin.py:26
Methodis_landscape
Whether the resolution is landscape.
src-tauri/src-python/adb_auto_player/models/device/display.py:40
Methodis_linux
Return True if the OS is Linux.
src-tauri/src-python/adb_auto_player/util/runtime.py:85
Methodis_pixels
Check if value represents pixels. Returns: True if value is pixels, False if percentage
src-tauri/src-python/adb_auto_player/models/image_manipulation/crop_value.py:40
Methodis_portrait
Whether the resolution is portrait.
src-tauri/src-python/adb_auto_player/models/device/display.py:45
Methodis_square
Whether the resolution is square.
src-tauri/src-python/adb_auto_player/models/device/display.py:60
Methodis_vertical
Return True if the direction is vertical (UP or DOWN).
src-tauri/src-python/adb_auto_player/game/_input_mixin.py:21
Methodis_x86
Return True if the CPU architecture is x86 or AMD64.
src-tauri/src-python/adb_auto_player/util/runtime.py:63
Methodl_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:204
Methodl_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:249
Methodlang_string
Get language code as string.
src-tauri/src-python/adb_auto_player/ocr/tesseract_config.py:19
Methodleft
(self, duration=1.0, magnitude=1.0)
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:94
Methodleft
(self, duration=1.0)
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:145
Methodleft
(self, duration: float = 1.0, magnitude: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:115
Methodleft
(self, duration: float = 1.0)
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:179
Methodleft
Get the left edge x-coordinate of the box.
src-tauri/src-python/adb_auto_player/models/geometry/box.py:35
Methodleft
Move the D-pad left.
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:28
Methodleft
Move the stick left. Args: duration: how long to hold in seconds magnitude: how far to move the stick 0 - 1.0 (100%)
src-tauri/src-python/adb_auto_player/models/device/gamepad.py:84
Methodleft_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/blue_stacks_virtual_gamepad.py:199
Methodleft_stick
Left Stick.
src-tauri/src-python/adb_auto_player/device/adb/xiaomi_joystick.py:244
Methodload_from_file
(path: impl AsRef<Path>)
src-tauri/src/settings.rs:354
FunctionlogDebug
(message: string)
src/lib/log/log-events.ts:4
FunctionlogInfo
(message: string)
src/lib/log/log-events.ts:12
FunctionlogMessageToTextDisplayCardItem
( logMessage: LogMessage, )
src/lib/log/logHelper.ts:55
FunctionlogWarning
(message: string)
src/lib/log/log-events.ts:20
Functionmain
()
src-tauri/build.rs:1
Functionmain
()
src-tauri/src/main.rs:14
Methodmatch_result
(self, sample_box, sample_confidence)
src-tauri/src-python/tests/models/template_matching/test_match_result.py:17
Methodmin_timeout
(self)
src-tauri/src-python/adb_auto_player/games/afk_journey/base.py:69
Methodmin_timeout
(self)
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:76
Methodmixin_method
(self)
src-tauri/src-python/tests/utils/dummy_game.py:15
Methodmock_source_info
(self)
src-tauri/src-python/tests/utils/test_log_message_factory.py:14
← previousnext →901–1,000 of 1,693, ranked by callers