> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jaksam-scripts.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Actions

> Client-seitige Events und Exports rund um Job-Actions.

Diese Seite listet die **client-seitigen** Events und Exports rund um Actions auf.

<CardGroup cols={2}>
  <Card title="Actions in einem Radial-/externen Menü verwenden" icon="circle-dot" href="/de/jobs-creator/client/actions/using-the-actions-in-a-radial-external-menu">
    Löse Actions über ein Radial- oder externes Menü anstelle des Standardmenüs aus.
  </Card>

  <Card title="Standard-Search-Action ersetzen" icon="magnifying-glass" href="/de/jobs-creator/client/actions/replace-default-search-action">
    Ersetze das Standardverhalten der Search-Action.
  </Card>

  <Card title="Erlaubte Actions des Spielers abrufen" icon="list-check" href="/de/jobs-creator/client/actions/get-player-allowed-actions">
    Rufe die Liste der Actions ab, die ein Spieler ausführen darf.
  </Card>

  <Card title="Actions-Menü öffnen" icon="square-caret-down" href="/de/jobs-creator/client/actions/open-actions-menu">
    Öffne das Actions-Menü programmatisch.
  </Card>

  <Card title="Externes Impound-Script integrieren" icon="warehouse" href="/de/jobs-creator/client/actions/integrate-external-impound-script">
    Integriere dein eigenes Impound-Script in das Actions-System.
  </Card>

  <Card title="Fahrzeug repariert" icon="wrench" href="/de/jobs-creator/client/actions/vehicle-repaired">
    Event, das ausgelöst wird, wenn ein Fahrzeug repariert wird.
  </Card>

  <Card title="Prüfen, ob der lokale Spieler gefesselt ist" icon="handcuffs" href="/de/jobs-creator/client/actions/get-if-local-player-is-handcuffed">
    Prüfe, ob der lokale Spieler aktuell gefesselt ist.
  </Card>
</CardGroup>


## Related topics

- [Actions](/jobs-creator/client/actions/index.md)
- [Action Buttons](/jaksam-inventory/guides/action-buttons.md)
- [Context Actions](/jaksam-inventory/guides/context-actions.md)
