📄 armordefs.lua
字号:
-------------------------------------------------------------------------------------------------------------------------------------------------------------------- file: armordefs.lua-- brief: armor.txt lua parser-- author: Dave Rodgers---- Copyright (C) 2007.-- Licensed under the terms of the GNU GPL, v2 or later.------------------------------------------------------------------------------------------------------------------------------------------------------------------local TDF = VFS.Include('gamedata/parse_tdf.lua')local armor, err = TDF.Parse('armor.txt')if (armor == nil) then error('Error parsing armor.txt: ' .. err)end----------------------------------------------------------------------------------------------------------------------------------------------------------------return armor----------------------------------------------------------------------------------------------------------------------------------------------------------------
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -