lua-users home
lua-l archive

Re: Assign a table as a sub-table passing it in by a function argument

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


-- Lets see if we can get at the list of registered widgets.
print( "---- registeredWidgets ----" );
for name, var in pairs( WidgetBase.GetRegisteredWidgets() ) do
 print( name, "\t", val );
end
print ("---- END - registeredWidgets ----\n\n");
the val -> var difference is a typo?

AltStyle によって変換されたページ (->オリジナル) /