Libertas OS API Documentation
    Preparing search index...

    Type Alias LuaTableHasMethod<TKey>

    LuaTableHasMethod: (key: TKey) => boolean & LuaExtension<"TableHasMethod">

    Calls to methods with this type are translated to table[key] ~= nil, where table is the object with the method. For more information see: https://typescripttolua.github.io/docs/advanced/language-extensions

    Type Parameters

    • TKey extends AnyNotNil

      The type of the key to use to access the table.