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:
Quentin
2023-07-21 21:21:51 +02:00
committed by GitHub
parent c686fde0ec
commit 093abc72da
6 changed files with 96 additions and 3 deletions

View File

@ -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