mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 22:21:18 +00:00
ClassDB: Provide the enum name of integer constants
This commit is contained in:
parent
f6c39830cb
commit
32dd9a9f66
107 changed files with 2059 additions and 1894 deletions
|
|
@ -727,6 +727,8 @@ public:
|
|||
VisualScriptCustomNode();
|
||||
};
|
||||
|
||||
VARIANT_ENUM_CAST(VisualScriptCustomNode::StartMode);
|
||||
|
||||
class VisualScriptSubCall : public VisualScriptNode {
|
||||
|
||||
GDCLASS(VisualScriptSubCall, VisualScriptNode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue