Search the Open77 API and guides
open77_searchSearch Open77 Lua natives, guides, events, permissions, and FiveM equivalents to locate the right reference before reading full API docs. Filter by runtime for server or client contracts.
Instructions
Lexical search over the Open77 Lua natives, guides, open77:* events, manifest permissions and FiveM equivalents. Use it first; then open77_api / open77_guide for the full text. Returns the build it answers for. Pass runtime=server (or client) when writing one side: several names (RegisterCommand, TriggerEvent, Open77.vehicles.get) exist on both with different contracts; a query containing the word server or client applies that filter itself.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict to one kind | |
| limit | No | ||
| query | Yes | Words, a native name (Open77.vehicles.spawn), a FiveM name, an event or a permission | |
| runtime | No | Only natives of this runtime |