Howto:Hooking into the GUI

From FlightGear wiki
Revision as of 21:05, 11 March 2018 by Hooray (talk | contribs)
Jump to navigation Jump to search
This article is a stub. You can help the wiki by expanding it.
fgcommand("register-widget", props.Node.new({
 "module": "ui",
 "name": "image",
 "script": "props.dump( cmdarg() );"
}));


Related

References