ClassDB: Provide the enum name of integer constants

This commit is contained in:
Ignacio Etcheverry
2017-08-20 17:45:01 +02:00
parent f6c39830cb
commit 32dd9a9f66
107 changed files with 2059 additions and 1894 deletions

View File

@ -201,6 +201,8 @@ public:
Physics2DDirectSpaceState();
};
VARIANT_ENUM_CAST(Physics2DDirectSpaceState::ObjectTypeMask);
class Physics2DShapeQueryResult : public Reference {
GDCLASS(Physics2DShapeQueryResult, Reference);