Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/customize.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ HCLua默认会注册一个#hclua 开头的别名,可以通过 进行#hclua sto

## 定制加载的module

loader脚本中会使用Hclua:loadModules函数来加载脚本,代码一半如下
loader脚本中会使用Hclua:loadModules函数来加载脚本,代码一般如下
```lua
Hclua:loadModules(
'module1',
Expand Down
2 changes: 1 addition & 1 deletion doc/mush.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

### 客户端调整

在你脚本的设置(ctrl+shift+6)的Connect和Disconnect事件指定的回调函数中,分别调用 Hclua.world.params.on_connect() 和 Hclua.world.params.on_disconnect()函数
在你脚本的设置(ctrl+shift+6)的Connect和Disconnect事件指定的回调函数中,分别调用 Hclua.world.params.on_connect 和 Hclua.world.params.on_disconnect函数


## 副作用
Expand Down