---
title: "综述"
description: "shared/extensions 工具入口"
---

---
title: 综述
description: shared/extensions 工具入口
---

`shared/extensions/` 按能力分页。

<Cards>
  <Card title="路径" href="/docs/plugins/extensions/paths" description="paths · GAME_PATH / PLUGIN_PATH" />
  <Card title="屏幕坐标" href="/docs/plugins/extensions/screen" description="设计坐标 → 当前分辨率" />
  <Card title="配置文件" href="/docs/plugins/extensions/config" description="config_file 读写 ini" />
  <Card title="屏幕字" href="/docs/plugins/extensions/font" description="gamefont 绘制文字" />
  <Card title="按键检测" href="/docs/plugins/extensions/keycheck" description="KeyCheck 边沿与连发" />
  <Card title="池遍历" href="/docs/plugins/extensions/pool-iterator" description="range-for 扫 CPool" />
</Cards>

另见 [Extender](/docs/plugins/extender)：给 Ped / Vehicle / Object 挂附加数据。