grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » GetScreenContent(handle) |
Version 2.1
|
The GetScreenContent Lua function returns a handle to the screen content based on a provided handle to a screen configuration.
This example prints the data connected to the screen content handle. It uses the CurrentScreenConfig() and Dump() functions:
The CurrentScreenConfig Lua function returns a handle to the current users' screen configuration.
Learn more in the CurrentScreenConfig topic.
The Dump() function returns a string with information about the object, for instance, the name, class, path of the object, its properties, and children.
Learn more in the Dump() topic.
Lua |
return function() |