📝 docs(tsl): add generated codegen reference
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
# 服务器交互函数 - 根目录函数
|
||||
|
||||
## 函数
|
||||
|
||||
### `checkLogined()`
|
||||
|
||||
检查是否已经登录上服务器。
|
||||
|
||||
返回:bool
|
||||
|
||||
### `checkConnected()`
|
||||
|
||||
检查是否和服务器已连接。
|
||||
|
||||
返回:bool
|
||||
|
||||
### `loginedUser()`
|
||||
|
||||
得到登录的用户名。
|
||||
|
||||
返回:string
|
||||
|
||||
### `disconnectServer()`
|
||||
|
||||
断开服务器。
|
||||
|
||||
返回:any
|
||||
Reference in New Issue
Block a user