---
title: "杂项 Misc"
description: "CLEO+ 分类说明（无独立 opcode 堆）"
---

---
title: 杂项 Misc
description: CLEO+ 分类说明（无独立 opcode 堆）
---

`sa` · 扩展 `CLEO+` · 需 CLEO + CLEO+

CLEO+ 有 class 的 op 已进类型页，见 [综述](/docs/cleo/sa/plus)。

无 class 的收尾条（距离倍率、水面、模型名指针等）放在 [game](/docs/cleo/sa/plus/game)。本页不堆 opcode；其它扩展（NewOpcodes / imgui）不收录。

写法见 [Lua](/docs/cleo/syntax) / [Redux](/docs/cleo/syntax-redux)。

```lua
wait(0)
```

```js
// 无统一 Redux 符号；具体 op 见各类型页
wait(0)
```