Skip to content

Commit 95a6d99

Browse files
committed
docs: remove deprecated API
1 parent c617071 commit 95a6d99

File tree

3 files changed

+2
-44
lines changed

3 files changed

+2
-44
lines changed

docs/apis/GameAPI/Device.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Each device information object contains some fixed object properties. for a spec
2727
| dv.lastPing | Network latency for players (ms) | `Integer` |
2828
| dv.lastPacketLoss | Player's network packet loss rate (%) | `Float` |
2929
| dv.os | The OS type of the player's device | `String` |
30-
| dv.inputMode | Player's input mode | `Integer` |
31-
| dv.playMode | Player's play mode | `Integer` |
3230
| dv.serverAddress | The player's connection address | `String` |
3331
| dv.clientId | ID of the player client | `String` |
3432

@@ -53,22 +51,3 @@ Among them, the operating system type attribute returns a string that records th
5351
| `WindowsPhone` | Windows Mobile |
5452
| `Dedicated` | Dedicated server (Device os spoofer) |
5553
| `Unknown` | Unknown System |
56-
57-
| Input mode ENUM |
58-
| ---------------------------- |
59-
| `InputMode.Mouse` |
60-
| `InputMode.Touch` |
61-
| `InputMode.GamePad` |
62-
| `InputMode.MotionController` |
63-
64-
| Play mode ENUM |
65-
| ------------------------------------- |
66-
| `ClientPlayMode.Normal` |
67-
| `ClientPlayMode.Teaser` |
68-
| `ClientPlayMode.Screen` |
69-
| `ClientPlayMode.Viewer` |
70-
| `ClientPlayMode.VR` |
71-
| `ClientPlayMode.Placement` |
72-
| `ClientPlayMode.LivingRoom` |
73-
| `ClientPlayMode.ExitLevel` |
74-
| `ClientPlayMode.ExitLevelLivingRoom ` |

docs/apis/GameAPI/Device.zh.md

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
| dv.lastPing | 玩家的网络延迟时间(ms) | `Integer` |
2828
| dv.lastPacketLoss | 玩家的网络丢包率(%) | `Float` |
2929
| dv.os | 玩家设备的操作系统类型 | `String` |
30-
| dv.inputMode | 玩家的操作模式 | `Integer` |
31-
| dv.playMode | 玩家的游玩模式 | `Integer` |
3230
| dv.serverAddress | 玩家连接的地址 | `String` |
3331
| dv.clientId | 玩家客户端的识别码ID | `String` |
3432

@@ -52,22 +50,3 @@
5250
| `Xbox` | 主机微软Xbox |
5351
| `WindowsPhone` | 手机微软Windows Mobile |
5452
| `Unknown` | 未知系统 |
55-
56-
| Input mode ENUM | 备注 |
57-
| ---------------------------- | ---------- |
58-
| `InputMode.Mouse` | 鼠标 |
59-
| `InputMode.Touch` | 触屏 |
60-
| `InputMode.GamePad` | 手柄 |
61-
| `InputMode.MotionController` | 运动控制器 |
62-
63-
| Play mode ENUM |
64-
| ------------------------------------- |
65-
| `ClientPlayMode.Normal` |
66-
| `ClientPlayMode.Teaser` |
67-
| `ClientPlayMode.Screen` |
68-
| `ClientPlayMode.Viewer` |
69-
| `ClientPlayMode.VR` |
70-
| `ClientPlayMode.Placement` |
71-
| `ClientPlayMode.LivingRoom` |
72-
| `ClientPlayMode.ExitLevel` |
73-
| `ClientPlayMode.ExitLevelLivingRoom ` |

xmake.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ add_requires(
99
"legacymoney 0.4.0",
1010
"legacyparticleapi 0.4.0",
1111
"legacyremotecall 0.4.0",
12-
"levilamina 0.9.0",
12+
"levilamina 0.9.1",
1313
"lightwebsocketclient",
1414
"magic_enum",
1515
"more-events develop",
@@ -40,7 +40,7 @@ option("backend")
4040
package("more-events")
4141
add_urls("https://github.com/LiteLDev/MoreEvents.git")
4242

43-
add_deps("levilamina 0.9.0")
43+
add_deps("levilamina 0.9.1")
4444

4545
on_install(function (package)
4646
import("package.tools.xmake").install(package)

0 commit comments

Comments
 (0)