This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ActiveCall 回调函数文档
**回调说明**:
`ActiveCall`类用于动态执行服务端中的函数。
---
**注册方法**:
- `逆向出 函数地址与参数`
**例子**:
```squirrel
Sq_CallFunc(S_Ptr("0x0817a17c"), "int", ["pointer"], this.C_Object);
```