Skip to content

Print lua table representation of a table created from Python #135

Open
@Dimbreath

Description

@Dimbreath

I'm creating a simple table like this:

table = lua.table_from({'id': 0, 'name': 'name'})

Is it possible to print the lua table representation? I tried creating a lua function that would print() it but it only gives me the address of the table.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions