git-subtree-dir: mulit git-subtree-mainline: 69233e59c8a641ceb835daae961ebce1127faa79 git-subtree-split: 285fa7e933d1986bcbd354294c05cee40ef43cea
6 lines
120 B
Plaintext
6 lines
120 B
Plaintext
function gui:addHotKey(key)
|
|
local temp=self:newFrame(0,0,0,0)
|
|
temp.Visible=false
|
|
temp:setHotKey(key)
|
|
return temp
|
|
end |