pbc icon indicating copy to clipboard operation
pbc copied to clipboard

enum 类型在 lua 层会被解析为 字符串呢?

Open slightun opened this issue 5 years ago • 0 comments

试验了下, image

PlatformID 在 lua 层会解析为字符串 "PLATFORM_STEAM"。 请问如何修改源码,使得 enum 解析为 number 类型呢?

slightun avatar Feb 18 '21 09:02 slightun