revised callback system to use multiple arguments; added tobitstring function in utility
This commit is contained in:
@@ -32,8 +32,8 @@ end
|
||||
-- sim:queuecallback(self, str)
|
||||
-- end
|
||||
|
||||
function Gate:cb(str)
|
||||
sim:queuecallback(self, str)
|
||||
function Gate:cb(...)
|
||||
sim:queuecallback(self, ...)
|
||||
end
|
||||
|
||||
function Gate:queue(delay)
|
||||
|
||||
Reference in New Issue
Block a user