defold.types.util

Welcome to hxdefold API documentation!

..
LuaArray
  • This type is meant to be used for function arguments where an array is expected as a lua table with integer indices.

Using this type for those arguments, allows the user on the Haxe side to directly pass a regular Haxe array, which will be converted to a lua table implicitly.