You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
ClassDB: Provide the enum name of integer constants
This commit is contained in:
@@ -710,9 +710,9 @@ void GraphNode::_bind_methods() {
|
||||
ADD_SIGNAL(MethodInfo("close_request"));
|
||||
ADD_SIGNAL(MethodInfo("resize_request", PropertyInfo(Variant::VECTOR2, "new_minsize")));
|
||||
|
||||
BIND_CONSTANT(OVERLAY_DISABLED);
|
||||
BIND_CONSTANT(OVERLAY_BREAKPOINT);
|
||||
BIND_CONSTANT(OVERLAY_POSITION);
|
||||
BIND_ENUM_CONSTANT(OVERLAY_DISABLED);
|
||||
BIND_ENUM_CONSTANT(OVERLAY_BREAKPOINT);
|
||||
BIND_ENUM_CONSTANT(OVERLAY_POSITION);
|
||||
}
|
||||
|
||||
GraphNode::GraphNode() {
|
||||
|
||||
Reference in New Issue
Block a user