summaryrefslogtreecommitdiff
path: root/indra/newview/scripts/lua/test_callables.lua
blob: 1bee062db884aec6256e70eee7e7555c075c5b2a (plain)
1
2
3
4
5
6
startup=require 'startup'
UI=require 'UI'
startup.wait('STATE_LOGIN_WAIT')
for _, cbl in pairs(UI.callables()) do
    print(`{cbl.name} ({cbl.access})`)
end