|
| 1 | +--- |
| 2 | +title: Android Widgets |
| 3 | +sidebar_label: Android Widgets |
| 4 | +description: Android button widegets used in textdraws and gametext. |
| 5 | +--- |
| 6 | + |
| 7 | +This page covers everything you need to know about android widgets, and how they can be used in textdraws and in text rendered for a (single) player. |
| 8 | +Mainly used by [GameText](../functions/GameTextForPlayer), [GameTextForAll](../functions/GameTextForAll), [TextDrawCreate](../functions/TextDrawCreate) and [PlayerTextDrawCreate](../functions/PlayerTextDrawCreate). |
| 9 | + |
| 10 | +--- |
| 11 | + |
| 12 | +:::caution |
| 13 | + |
| 14 | +Attempting to show one of this widgets to a PC player will show either some corrupted text or a error saying there's a mismatch in the tildes in the text. |
| 15 | +When it shows the corrupted text, the PC client appears to try to find the resource for the widget, but fails since it doesn't exits. |
| 16 | + |
| 17 | +::: |
| 18 | + |
| 19 | +:::caution |
| 20 | + |
| 21 | +Due do inconsistencies in how Android Clients are implemented, it's possible not all widgets will be available for all clients, or even show for some clients, but not for others. |
| 22 | + |
| 23 | +::: |
| 24 | + |
| 25 | + |
| 26 | +| Code | Image | Notes | |
| 27 | +| --- | --- | --- | |
| 28 | +| widget_accelerate | | | |
| 29 | +| widget_air_gun | | | |
| 30 | +| widget_arcade_button | | | |
| 31 | +| widget_arcade_joystick | | Did not load on Thunder Client | |
| 32 | +| widget_arcade_power_off | | | |
| 33 | +| widget_arcade_reset | | | |
| 34 | +| widget_attack | | | |
| 35 | +| widget_auto_hydraulics | | | |
| 36 | +| widget_basketball_shoot | | | |
| 37 | +| widget_black_jack_double | | | |
| 38 | +| widget_black_jack_hit | | | |
| 39 | +| widget_black_jack_split | | | |
| 40 | +| widget_black_jack_stand | | | |
| 41 | +| widget_brake | | | |
| 42 | +| widget_button_dive | | | |
| 43 | +| widget_button_swim | | | |
| 44 | +| widget_camera | | | |
| 45 | +| widget_crane_down | | | |
| 46 | +| widget_crane_up | | | |
| 47 | +| widget_drop_crane | | | |
| 48 | +| widget_drop_item | | | |
| 49 | +| widget_enter_car | | | |
| 50 | +| widget_enter_targeting | | | |
| 51 | +| widget_explicit_NVG | | | |
| 52 | +| widget_explicit_accept | | Did not load on Thunder Client | |
| 53 | +| widget_explicit_alt_attack | | Did not load on Thunder Client | |
| 54 | +| widget_explicit_bicycle | | Did not load on Thunder Client | |
| 55 | +| widget_explicit_bunny_hop | | Did not load on Thunder Client | |
| 56 | +| widget_explicit_camera_zoom_in | | Did not load on Thunder Client | |
| 57 | +| widget_explicit_camera_zoom_out | | Did not load on Thunder Client | |
| 58 | +| widget_explicit_crouch | | Did not load on Thunder Client | |
| 59 | +| widget_explicit_detonator | | | |
| 60 | +| widget_explicit_extinguisher | | | |
| 61 | +| widget_explicit_flight_ascend | | Did not load on Thunder Client | |
| 62 | +| widget_explicit_flight_descend | | Did not load on Thunder Client | |
| 63 | +| widget_explicit_flight_primary_attack | | Did not load on Thunder Client | |
| 64 | +| widget_explicit_flight_secondary_attack | | Did not load on Thunder Client | |
| 65 | +| widget_explicit_jump | | Did not load on Thunder Client | |
| 66 | +| widget_explicit_look_back_keyboard | | Did not load on Thunder Client | |
| 67 | +| widget_explicit_look_x | | Did not load on Thunder Client | |
| 68 | +| widget_explicit_move_x | | Did not load on Thunder Client | |
| 69 | +| widget_explicit_next_weapon | | Did not load on Thunder Client | |
| 70 | +| widget_explicit_prev_weapon | | Did not load on Thunder Client | |
| 71 | +| widget_explicit_punch | | | |
| 72 | +| widget_explicit_shoot | | | |
| 73 | +| widget_explicit_take_cover_left | | Did not load on Thunder Client | |
| 74 | +| widget_explicit_take_cover_right | | Did not load on Thunder Client | |
| 75 | +| widget_explicit_throw | | | |
| 76 | +| widget_explicit_toggle_landing_gear | | Did not load on Thunder Client | |
| 77 | +| widget_gambling_continue | | | |
| 78 | +| widget_gambling_quit | | | |
| 79 | +| widget_gang_follow | | | |
| 80 | +| widget_gang_hold | | | |
| 81 | +| widget_gang_recruit | | | |
| 82 | +| widget_gift | | | |
| 83 | +| widget_grab | | | |
| 84 | +| widget_gym_easier | | | |
| 85 | +| widget_gym_harder | | | |
| 86 | +| widget_handbrake | | | |
| 87 | +| widget_helicopter_magnet_down | | | |
| 88 | +| widget_helicopter_magnet_up | | | |
| 89 | +| widget_horn | | | |
| 90 | +| widget_hydraulics | | | |
| 91 | +| widget_itb_exit | | Did not load on Thunder Client | |
| 92 | +| widget_kiss | | | |
| 93 | +| widget_look_left | | Did not load on Thunder Client | |
| 94 | +| widget_look_right | | Did not load on Thunder Client | |
| 95 | +| widget_magnet | | | |
| 96 | +| widget_minigame_cancel | | | |
| 97 | +| widget_minigame_start | | | |
| 98 | +| widget_mission_cancel | | | |
| 99 | +| widget_mission_cancel_vigilante | | | |
| 100 | +| widget_mission_start | | | |
| 101 | +| widget_mission_start_vigilante | | | |
| 102 | +| widget_nitro | | | |
| 103 | +| widget_ped_move | | Did not load on Thunder Client | |
| 104 | +| widget_ped_move_down | | Did not load on Thunder Client | |
| 105 | +| widget_ped_move_left | | Did not load on Thunder Client | |
| 106 | +| widget_ped_move_right | | Did not load on Thunder Client | |
| 107 | +| widget_ped_move_up | | Did not load on Thunder Client | |
| 108 | +| widget_phone | | | |
| 109 | +| widget_place_bet | | | |
| 110 | +| widget_player_info | | | |
| 111 | +| widget_purchase | | | |
| 112 | +| widget_race_left | | | |
| 113 | +| widget_race_right | | | |
| 114 | +| widget_radar | | | |
| 115 | +| widget_remove_bet | | | |
| 116 | +| widget_reply_no | | | |
| 117 | +| widget_reply_yes | | | |
| 118 | +| widget_rhythm_exit | | | |
| 119 | +| widget_rocket | | | |
| 120 | +| widget_roulette_down | | | |
| 121 | +| widget_roulette_left | | | |
| 122 | +| widget_roulette_right | | | |
| 123 | +| widget_roulette_up | | | |
| 124 | +| widget_school_continue | | | |
| 125 | +| widget_school_exit | | Did not load on Thunder Client | |
| 126 | +| widget_school_left | | | |
| 127 | +| widget_school_right | | | |
| 128 | +| widget_skip_cutscene | | | |
| 129 | +| widget_sprint | | | |
| 130 | +| widget_stinger | | | |
| 131 | +| widget_store_accept | | | |
| 132 | +| widget_store_back | | | |
| 133 | +| widget_store_buy | | | |
| 134 | +| widget_store_cancel | | | |
| 135 | +| widget_swap_weapons | | | |
| 136 | +| widget_swipe_radio_down | | Did not load on Thunder Client | |
| 137 | +| widget_swipe_radio_up | | Did not load on Thunder Client | |
| 138 | +| widget_tap_meter_button | | | |
| 139 | +| widget_thumb_circle | | Did not load on Thunder Client | |
| 140 | +| widget_train_next_station | | | |
| 141 | +| widget_vc_shoot | | | |
| 142 | +| widget_vehicle_bomb | | | |
| 143 | +| widget_vehicle_shoot_left | | | |
| 144 | +| widget_vehicle_shoot_right | | | |
| 145 | +| widget_vehicle_steer_left | | | |
| 146 | +| widget_vehicle_steer_right | | | |
| 147 | +| widget_vehicle_turret_left | | | |
| 148 | +| widget_vehicle_turret_right | | | |
| 149 | +| widget_video_poker_exit | | | |
| 150 | +| widget_zoom_in | | | |
| 151 | +| widget_zoom_out | | Did not load on Thunder Client | |
0 commit comments