Lua 関数 - Object API

grandMA3 ユーザマニュアル » プラグイン » Lua 関数 - Object API Version 2.2

Object API means Lua functions that are functions/methods of an object.

 

All of the object functions take a handle as an argument. This can often be omitted if the function is used with the colon notation. This is the most common use with object functions.

Syntax with the handle:

object.function(object-handle)

Syntax with colon operator:

object:function()

 

Most examples in the object subtopics use the colon operator notation.

下位トピック