Skip to content

Table preview with Enums #868

Open
Open
@FlashHit

Description

@FlashHit
Enum = {
	One = 1,
	Two = 2,
	Three = 3
}

local s_TableEnum = {
	[Enum.One] = "One",
	[Enum.Two] = "Two",
	[Enum.Three] = "Three"
}

local s_Table = {
	[1] = "One",
	[2] = "Two",
	[3] = "Three"
}

What I get:
grafik
What I expect:
grafik

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions