Get an exact FiveM native
get_nativeRetrieve official FiveM native definitions by name or hash. Specify the execution API set (client, server, shared) to disambiguate; unknown identifiers return not_found.
Instructions
Look up an exact native name or hash in official sources. The caller must provide the execution API set; unknown identifiers return not_found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| apiSet | Yes | ||
| identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| scope | Yes | ||
| status | Yes | ||
| sources | Yes | ||
| summary | Yes | ||
| findings | Yes |