> For the complete documentation index, see [llms.txt](https://notebook.lazyknight.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notebook.lazyknight.com/index/index-1/slk-data.md).

# 获取对象物编数据

```lua
local slk = require 'jass.slk'

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

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