1
0
mirror of https://github.com/Anuken/Mindustry.git synced 2024-09-21 13:28:12 +03:00

Fixed a typo (#5081)

Fixed a typo that swaps description of drawFlush/printFlush
This commit is contained in:
Qiyi Shan 2021-04-08 08:29:56 -07:00 committed by GitHub
parent 2b9d516922
commit 3b8aa0484e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1509,8 +1509,8 @@ lst.read = 从连接的内存读取数字
lst.write = 写入数字到连接的内存
lst.print = 添加文字到打印缓存\n用了[accent]Print Flush[]才会显示
lst.draw = 添加操作到绘图队列\n用了[accent]Draw Flush[]才会显示
lst.drawflush = 刷新列队的[accent]Print[]操作到显示屏
lst.printflush = 刷新[accent]Draw[]缓存的文字到消息板
lst.drawflush = 刷新列队的[accent]Draw[]操作到显示屏
lst.printflush = 刷新[accent]Print[]缓存的文字到消息板
lst.getlink = 获取处理器连接\n索引从0开始
lst.control = 控制建筑
lst.radar = 定位建筑周边的单位\n有范围限制