> For the complete documentation index, see [llms.txt](https://docs.allout.game/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie.md).

# 脚本编写

- [Cursor/Claude/Antigravity 设置](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/cursor-claude-antigravity-setup.md)
- [CSL 入门](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/syntax.md): CSL 是 All Out 定制的编程语言，旨在让编写多人游戏像制作单人游戏一样简单。
- [语言基础](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/types-and-structures.md): CSL 基本类型、枚举、结构体、类、引用和多态。
- [游戏/帧生命周期](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/game-frame-lifecycle.md): 与 Roblox 这类事件驱动脚本不同，All Out 上的游戏使用帧生命周期模型，允许你在游戏开始时、每一帧以及会话结束时运行代码。
- [实体与组件](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/entities-and-components.md)
- [添加玩家逻辑](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/player-model.md)
- [网络基础](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/networking-fundamentals.md)
- [随机、数学及更多](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/random-math-and-more.md)
- [高级语言参考](https://docs.allout.game/all-out-docs/docs-zh/jiao-ben-bian-xie/arrays-and-collections.md)
