grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object API » AddrNative(handle[, handle[, boolean]]) | Version 2.2 |
The AddrNative Lua object function converts a handle to an address string that can be used in commands.
See the Handle topic for more info regarding handles and links to other related functions.
The Colon Notation is a way to omit the handle as the first argument when using the Object functions.
This is the general syntax with the colon notation: object:function()
This is the general syntax with standard handle notation: object.function(object)
Learn more in the Lua Functions - Object API topic.
This example prints the address of the first sequence:
Lua |
return function() |