log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
webmcp
view framework/env/slot/reset.lua @ 334:ac44b171aa09
find changesets by author, revision, files, or words in the commit message
merge
author
jbe
date
Tue Mar 24 17:27:41 2015 +0100 (2015-03-24)
parents
9fdfb27f8e67
children
line source
1
--[[--
2
slot.reset(
3
slot_ident -- name of a slot to be emptied
4
)
5
6
Calling this function reset the named slot to be empty.
7
8
--]]--
9
10
function slot.reset(slot_ident)
11
slot._data[slot_ident] = nil
12
end
Impressum / About Us