Modified the changes.md
This commit is contained in:
parent
4578c816d3
commit
cf6cdcfc6e
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,4 +11,4 @@ Atlas Shrugged by Ayn Rand Audiobook-9s2qrEau63E.webm
|
||||
test.lua
|
||||
test.lua
|
||||
*.code-workspace
|
||||
*.dat
|
||||
*.dat
|
||||
|
||||
3250
changes.html
3250
changes.html
File diff suppressed because one or more lines are too long
@ -56,7 +56,7 @@ setmetatable(example,{
|
||||
-- This works by returning a table with a __call metamethod. Will this work? Will lua detect this as a function or a table?
|
||||
thread.sleep(1)
|
||||
return "You got a string"
|
||||
end,true) -- Tell the code to force a wait and to identify as a function. We need to do this for metamethods
|
||||
end,true) -- Tell the code to force a wait. We need to do this for metamethods
|
||||
-- If we don't pass true this is a table with a __call metamethod
|
||||
})
|
||||
example["test"] = "We set a variable!"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user