ShowSettings
説明
ShowSettings は、入力引数をとらない object-free 関数です。
ShowSettings() は、Root/ShowData/ShowSettings にあるオブジェクトを返します。
構文
ShowSettings(nothing): light_userdata:handle
例
この例では、ShowSettings オブジェクトの情報を Command Line History に出力しています。
local function main()
ShowSettings():Dump()
end
return main