Generation

generate functionSat, 12 Nov 2022

Call a method in Lua

import cpp def call(o, name, ...): return cpp.call(o, name, ...) call(o, "method", 1, 2)

Want to kickstart your project?Use the new AI Studio to create your code