Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CraterCrash/godot-orchestrator
/ functions
Functions
4,326 in github.com/CraterCrash/godot-orchestrator
⨍
Functions
4,326
◇
Types & classes
623
↓ 5 callers
Method
hash
src/script/script_utility_callable.cpp:30
↓ 5 callers
Method
hash
src/script/script_source.cpp:27
↓ 5 callers
Method
hash
src/script/script_rpc_callable.cpp:35
↓ 5 callers
Method
is_breakpoint
src/editor/graph/graph_node.cpp:410
↓ 5 callers
Function
is_empty
src/common/method_utils.cpp:191
↓ 5 callers
Method
is_reroute
Whether this node is a reroute node. @return true if this node is a reroute, false otherwise.
src/orchestration/node.h:282
↓ 5 callers
Method
load
src/orchestration/serialization/text/text_parser.cpp:917
↓ 5 callers
Function
make_callable_type
src/script/compiler/analyzer.cpp:47
↓ 5 callers
Function
make_enum_type
In enum types, native_type is used to store the class (native or otherwise) that the enum belongs to. This disambiguates between similarly named enums
src/script/compiler/analyzer.cpp:95
↓ 5 callers
Method
property_can_revert
src/script/script_instance.cpp:757
↓ 5 callers
Method
property_get_revert
src/script/script_instance.cpp:779
↓ 5 callers
Method
set
src/core/godot/object/weak_ref.h:29
↓ 5 callers
Method
set_edited
src/editor/gui/sectioned_inspector.cpp:139
↓ 5 callers
Method
set_panel_tooltip
src/editor/editor_component_view.cpp:155
↓ 5 callers
Method
set_tree_drag_forward
src/editor/editor_component_view.cpp:323
↓ 5 callers
Method
set_tree_gui_handler
src/editor/editor_component_view.cpp:327
↓ 5 callers
Method
start_block
src/script/compiler/compiler.cpp:147
↓ 5 callers
Function
summary_part
(n, label, c)
tests/run_integration_tests.py:68
↓ 5 callers
Method
unlink_all
src/editor/graph/graph_panel.cpp:3147
↓ 5 callers
Method
write_assign_with_conversion
src/script/compiler/bytecode_generator.cpp:1453
↓ 5 callers
Method
write_call_utility
src/script/compiler/bytecode_generator.cpp:1626
↓ 5 callers
Method
write_get
src/script/compiler/bytecode_generator.cpp:1307
↓ 5 callers
Method
write_get_named
src/script/compiler/bytecode_generator.cpp:1361
↓ 4 callers
Method
add_node
src/orchestration/graph.cpp:347
↓ 4 callers
Method
can_contain_object
src/script/compiler/compiled_function.cpp:141
↓ 4 callers
Method
can_instantiate
src/core/godot/object/class_db.cpp:30
↓ 4 callers
Method
clear_event
src/editor/settings/input_event_configuration_dialog.cpp:498
↓ 4 callers
Method
create_function
src/orchestration/orchestration.cpp:776
↓ 4 callers
Method
create_graph
src/orchestration/orchestration.cpp:681
↓ 4 callers
Method
create_variable
src/orchestration/orchestration.cpp:1173
↓ 4 callers
Method
debug_break
src/script/language.cpp:1048
↓ 4 callers
Method
debug_break_parse
src/script/language.cpp:1065
↓ 4 callers
Method
edit_tree_item
src/editor/editor_component_view.cpp:209
↓ 4 callers
Method
enable_editor
src/editor/script_editor_view.cpp:868
↓ 4 callers
Function
find_all_nodes_for_script_in_edited_scene
src/common/scene_utils.cpp:222
↓ 4 callers
Method
find_custom_signal
src/orchestration/orchestration.cpp:1353
↓ 4 callers
Function
for_each_line
src/common/file_utils.cpp:30
↓ 4 callers
Method
get_comments_text
src/orchestration/nodes/comment.h:71
↓ 4 callers
Method
get_constant_name
src/orchestration/nodes/constants.h:103
↓ 4 callers
Method
get_function
Get the function reference @return the script function reference the node calls
src/orchestration/nodes/call_function.h:256
↓ 4 callers
Function
get_icon_path
src/common/scene_utils.cpp:79
↓ 4 callers
Method
get_method_list
src/api/extension_db.cpp:38
↓ 4 callers
Method
get_operator
src/orchestration/nodes/operator_node.h:128
↓ 4 callers
Method
get_property_default_value
src/script/script.cpp:1396
↓ 4 callers
Method
get_self
Get a pointer to the underlying owning resource of the orchestration @return the owning resource, use with caution
src/orchestration/orchestration.h:229
↓ 4 callers
Method
get_signal
src/core/godot/object/class_db.cpp:123
↓ 4 callers
Method
get_type_name
src/script/parser/parser_nodes.cpp:442
↓ 4 callers
Method
has_custom_signal
src/orchestration/orchestration.cpp:1308
↓ 4 callers
Method
has_target
src/orchestration/target_object.cpp:24
↓ 4 callers
Method
hash
~ Begin CallableCustom Interface
src/common/callable_lambda.h:79
↓ 4 callers
Method
is_bookmarked
src/editor/graph/graph_node.cpp:406
↓ 4 callers
Function
is_class_enum
Checks whether the property is a class enum. @param p_property the property to check @return true if the property usage has <code>PROPERTY_USAGE_CLASS
src/common/property_utils.h:133
↓ 4 callers
Method
is_exported
src/orchestration/variable.h:85
↓ 4 callers
Function
is_nil
Checks whether the property type is <code>NIL</code> @param p_property the property to check @return true if the property is NIL, false otherwise
src/common/property_utils.h:92
↓ 4 callers
Method
is_placeholder
src/script/script_instance.h:80
↓ 4 callers
Method
is_valid
src/core/godot/object/weak_ref.h:38
↓ 4 callers
Function
make_native_enum_type
src/script/compiler/analyzer.cpp:124
↓ 4 callers
Function
make_native_meta_type
src/script/compiler/analyzer.cpp:67
↓ 4 callers
Function
make_script_meta_type
WARNING: Use this function **only** to create non-OScript script metatypes. Otherwise, `check_type_compatibility()` may return an incorrect result due
src/script/compiler/analyzer.cpp:80
↓ 4 callers
Method
notify_breakpoints_changed
src/editor/graph/graph_node.cpp:715
↓ 4 callers
Method
on_pin_disconnected
src/orchestration/node.cpp:333
↓ 4 callers
Function
path_to_file
src/common/string_utils.cpp:35
↓ 4 callers
Method
popup_file_dialog
src/editor/gui/file_dialog.cpp:36
↓ 4 callers
Method
resolve
src/core/godot/object/enum_resolver.cpp:214
↓ 4 callers
Method
save
src/script/script_source.cpp:56
↓ 4 callers
Method
set_autoshrink_enabled
src/orchestration/nodes/comment.cpp:122
↓ 4 callers
Method
set_base_type
src/editor/gui/select_type_dialog.cpp:618
↓ 4 callers
Method
set_generated_default_value
src/orchestration/node_pin.cpp:323
↓ 4 callers
Method
set_graph_node
src/editor/graph/graph_pin.cpp:418
↓ 4 callers
Method
set_info
src/orchestration/variable.cpp:372
↓ 4 callers
Method
set_position
src/orchestration/node.cpp:75
↓ 4 callers
Method
set_property
src/editor/inspector/properties/type_selector.cpp:375
↓ 4 callers
Method
should_track_locals
src/script/language.h:195
↓ 4 callers
Function
str_compare
src/core/godot/variant/variant.cpp:36
↓ 4 callers
Method
to_string_strict
src/script/parser/parser_nodes.h:144
↓ 4 callers
Method
write_end_jump_if_shared
src/script/compiler/bytecode_generator.cpp:2092
↓ 4 callers
Method
write_jump_if_shared
src/script/compiler/bytecode_generator.cpp:2085
↓ 3 callers
Function
OPCODE
todo: Currently GDExtension cannot use validated function pointers for operator calls and there are special requirements about the value types that ca
src/script/script_vm.cpp:819
↓ 3 callers
Method
_debug_get_stack_level_count
src/script/language.cpp:343
↓ 3 callers
Method
_debug_get_stack_level_function
src/script/language.cpp:359
↓ 3 callers
Method
_debug_get_stack_level_line
src/script/language.cpp:350
↓ 3 callers
Method
_debug_get_stack_level_source
src/script/language.cpp:369
↓ 3 callers
Function
_get_annotation_error_string
src/script/parser/parser.cpp:106
↓ 3 callers
Function
_process_name
src/editor/gui/sectioned_inspector.cpp:31
↓ 3 callers
Method
_reload_tool_script
src/script/language.cpp:693
↓ 3 callers
Method
_resize_to_content
src/editor/graph/graph_node.cpp:40
↓ 3 callers
Method
add_check_shortcut
src/editor/gui/context_menu.cpp:105
↓ 3 callers
Method
add_node
src/orchestration/orchestration.cpp:463
↓ 3 callers
Method
add_tree_fancy_item
src/editor/editor_component_view.cpp:201
↓ 3 callers
Method
adjust_connections
src/orchestration/orchestration.cpp:577
↓ 3 callers
Method
analyze
src/script/compiler/analyzer.cpp:6551
↓ 3 callers
Method
apply_code
src/editor/script_editor_view.cpp:861
↓ 3 callers
Method
can_change_pin_type
Specifies whether pin types can be changed @return true if the node's pin context-menu should allow changing type, false otherwise.
src/orchestration/node.h:224
↓ 3 callers
Function
can_use_validate_call
src/script/compiler/compiler.cpp:74
↓ 3 callers
Method
can_user_delete_node
src/editor/graph/graph_node.cpp:402
↓ 3 callers
Method
clear
src/script/script_cache.cpp:106
↓ 3 callers
Method
clear_address
src/script/compiler/bytecode_generator.cpp:493
↓ 3 callers
Method
copy_persistent_state
src/orchestration/signals.cpp:110
↓ 3 callers
Method
ensure_focus
src/editor/script_editor_view.cpp:1078
↓ 3 callers
Function
find_all_nodes_for_script
src/common/scene_utils.cpp:207
← previous
next →
301–400 of 4,326, ranked by callers