---
title: "综述"
description: "GTA 开发文档入口 — plugin-sdk ASI 与 CLEO 脚本"
---


面向 GTA III / VC / SA 的开发文档。C++ ASI 与 CLEO opcode **分区维护，不要混用调用方式**。

<Cards>
  <Card title="插件 · 综述" href="/docs/plugins" description="plugin-sdk 精选 API、生命周期与组合示例" />
  <Card title="PluginBase / Call" href="/docs/plugins/plugin-base" description="Call / CallDyn / Method / VMT 选型" />
  <Card title="CLEO · 综述" href="/docs/cleo" description="opcode · Lua · Redux（SA / VC / III）" />
  <Card title="技能 · 综述" href="/docs/skill" description="gtamodx agent 路由与 ASI / CLEO 边界" />
</Cards>

<Callout type="info" title="边界">
本站是 **ASI 高频精选 + CLEO 调用表**，不是 plugin-sdk / SBL 的全量镜像。以本地头文件与 [sanny-builder library](https://library.sannybuilder.com/#/sa) 为准。
</Callout>