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