You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed, such function is missing. addStaticProperty() either requires a non-const member or both getter and setter.
As a workaround you can currently register a setter that does nothing or throws.
E.g. assuming const MyConstStaticDataType MyClass:constStaticData:
Indeed, such function is missing. addStaticProperty() either requires a non-const member or both getter and setter. As a workaround you can currently register a setter that does nothing or throws. E.g. assuming const MyConstStaticDataType MyClass:constStaticData:
current use addStaticProperty will get error, so how to bind class static const member to Lua?
The text was updated successfully, but these errors were encountered: