grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object-Free API » FindTexture(string) |
Version 2.0
|
The FindTixture Lua function returns a handle to the texture matching the input text string - if the texture exists.
This example prints the information about the "button" texture.
The example uses the Dump() function.
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 () |