mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +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
|
@ -2712,9 +2712,9 @@ void VisualScriptCustomNode::_bind_methods() {
|
|||
|
||||
ClassDB::bind_method(D_METHOD("_script_changed"), &VisualScriptCustomNode::_script_changed);
|
||||
|
||||
BIND_CONSTANT(START_MODE_BEGIN_SEQUENCE);
|
||||
BIND_CONSTANT(START_MODE_CONTINUE_SEQUENCE);
|
||||
BIND_CONSTANT(START_MODE_RESUME_YIELD);
|
||||
BIND_ENUM_CONSTANT(START_MODE_BEGIN_SEQUENCE);
|
||||
BIND_ENUM_CONSTANT(START_MODE_CONTINUE_SEQUENCE);
|
||||
BIND_ENUM_CONSTANT(START_MODE_RESUME_YIELD);
|
||||
|
||||
BIND_CONSTANT(STEP_PUSH_STACK_BIT);
|
||||
BIND_CONSTANT(STEP_GO_BACK_BIT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue