获取对象物编数据

local slk = require 'jass.slk'

--获取单位名称
slk.unit['hfoo'].Name

--获取物品图标
slk.item['I000'].Art

Last updated