summaryrefslogtreecommitdiff
path: root/script/vm/vm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/vm.lua')
-rw-r--r--script/vm/vm.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/script/vm/vm.lua b/script/vm/vm.lua
index 49edcff5..4baca762 100644
--- a/script/vm/vm.lua
+++ b/script/vm/vm.lua
@@ -21,6 +21,7 @@ function m.getSpecial(source)
return source.special
end
+---@param source parser.object
---@return string?
function m.getKeyName(source)
if not source then