Lua 関数の GetDisplayCollect は、DisplayCollect オブジェクトへのハンドルを返します。
この関数は、引数を受け取りません。
この例では、ハンドルに関連するデータを、Dump() 関数を用いて出力しています。
return function() -- This example dumps all information about the DisplayCollect object Printf("=============== START OF DUMP ===============") GetDisplayCollect():Dump() Printf("================ END OF DUMP ================") end