Read one native's card
open77_apiGet the full API card for any Open77 Lua native: signature, permissions, return reasons, build intro, example, and guides. Accepts qualified or runtime-pinned names.
Instructions
The full card of one Lua native: signature, description, permissions the manifest must declare, reasons it can return, the first build that has it, example, related guides. Accepts a qualified name (Open77.map.getWaypoint, TriggerClientEvent) or a side-pinned name (server:Open77.vehicles.spawn, client:Open77.camera.attach).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| runtime | No | Disambiguates a name that exists on both runtimes |