feat(lua): Add entities.get_all_vehicles_as_handles() Add entities.get_all_peds_as_handles() Add entities.get_all_objects_as_handles() (#1795)
This commit is contained in:
@ -7,7 +7,7 @@ Class for representing a tab within the GUI.
|
||||
### `is_selected()`
|
||||
|
||||
- **Returns:**
|
||||
- `boolean`: Returns true if this tab is the currently selected one in the GUI.
|
||||
- `boolean`: Returns true if this tab is the one currently selected in the GUI.
|
||||
|
||||
**Example Usage:**
|
||||
```lua
|
||||
|
Reference in New Issue
Block a user