Class class_info_data

Source

C++ class class_info_data

Custom Constructor

class_info_data

Hierarchy

Constructors

Properties

Constructors

Properties

__name: string

Name of luabind class constructor.

__name: string

Name of luabind class instance constructor.

attributes: LuaTable<number, string>
methods: LuaTable<string, ((...args) => unknown)>

Type declaration

    • (...args): unknown
    • Parameters

      • Rest ...args: unknown[]

      Returns unknown

name: string

Generated using TypeDoc