This commit is contained in:
2025-03-23 10:51:55 +00:00
commit f11a45c8f9
94 changed files with 5026 additions and 0 deletions

15
ActiveCall/ActiveCall.md Normal file
View File

@@ -0,0 +1,15 @@
# ActiveCall 回调函数文档
**回调说明**
`ActiveCall`类用于动态执行服务端中的函数。
---
**注册方法**
- `逆向出 函数地址与参数`
**例子**
```squirrel
Sq_CallFunc(S_Ptr("0x0817a17c"), "int", ["pointer"], this.C_Object);
```