Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 263 Bytes

File metadata and controls

23 lines (14 loc) · 263 Bytes

lua_function resource

lua_function is a resource to execute lua function.

Actions

  • run: (default).

Attributes

  • func (function):

Example

lua_function "run_luafunc" {
    func = function()

        print("hogehoge")

    end,
}