MCPcopy Create free account

hub / github.com/CraterCrash/godot-orchestrator / functions

Functions4,326 in github.com/CraterCrash/godot-orchestrator

↓ 5 callersMethodhash
src/script/script_utility_callable.cpp:30
↓ 5 callersMethodhash
src/script/script_source.cpp:27
↓ 5 callersMethodhash
src/script/script_rpc_callable.cpp:35
↓ 5 callersMethodis_breakpoint
src/editor/graph/graph_node.cpp:410
↓ 5 callersFunctionis_empty
src/common/method_utils.cpp:191
↓ 5 callersMethodis_reroute
Whether this node is a reroute node. @return true if this node is a reroute, false otherwise.
src/orchestration/node.h:282
↓ 5 callersMethodload
src/orchestration/serialization/text/text_parser.cpp:917
↓ 5 callersFunctionmake_callable_type
src/script/compiler/analyzer.cpp:47
↓ 5 callersFunctionmake_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 callersMethodproperty_can_revert
src/script/script_instance.cpp:757
↓ 5 callersMethodproperty_get_revert
src/script/script_instance.cpp:779
↓ 5 callersMethodset
src/core/godot/object/weak_ref.h:29
↓ 5 callersMethodset_edited
src/editor/gui/sectioned_inspector.cpp:139
↓ 5 callersMethodset_panel_tooltip
src/editor/editor_component_view.cpp:155
↓ 5 callersMethodset_tree_drag_forward
src/editor/editor_component_view.cpp:323
↓ 5 callersMethodset_tree_gui_handler
src/editor/editor_component_view.cpp:327
↓ 5 callersMethodstart_block
src/script/compiler/compiler.cpp:147
↓ 5 callersFunctionsummary_part
(n, label, c)
tests/run_integration_tests.py:68
↓ 5 callersMethodunlink_all
src/editor/graph/graph_panel.cpp:3147
↓ 5 callersMethodwrite_assign_with_conversion
src/script/compiler/bytecode_generator.cpp:1453
↓ 5 callersMethodwrite_call_utility
src/script/compiler/bytecode_generator.cpp:1626
↓ 5 callersMethodwrite_get
src/script/compiler/bytecode_generator.cpp:1307
↓ 5 callersMethodwrite_get_named
src/script/compiler/bytecode_generator.cpp:1361
↓ 4 callersMethodadd_node
src/orchestration/graph.cpp:347
↓ 4 callersMethodcan_contain_object
src/script/compiler/compiled_function.cpp:141
↓ 4 callersMethodcan_instantiate
src/core/godot/object/class_db.cpp:30
↓ 4 callersMethodclear_event
src/editor/settings/input_event_configuration_dialog.cpp:498
↓ 4 callersMethodcreate_function
src/orchestration/orchestration.cpp:776
↓ 4 callersMethodcreate_graph
src/orchestration/orchestration.cpp:681
↓ 4 callersMethodcreate_variable
src/orchestration/orchestration.cpp:1173
↓ 4 callersMethoddebug_break
src/script/language.cpp:1048
↓ 4 callersMethoddebug_break_parse
src/script/language.cpp:1065
↓ 4 callersMethodedit_tree_item
src/editor/editor_component_view.cpp:209
↓ 4 callersMethodenable_editor
src/editor/script_editor_view.cpp:868
↓ 4 callersFunctionfind_all_nodes_for_script_in_edited_scene
src/common/scene_utils.cpp:222
↓ 4 callersMethodfind_custom_signal
src/orchestration/orchestration.cpp:1353
↓ 4 callersFunctionfor_each_line
src/common/file_utils.cpp:30
↓ 4 callersMethodget_comments_text
src/orchestration/nodes/comment.h:71
↓ 4 callersMethodget_constant_name
src/orchestration/nodes/constants.h:103
↓ 4 callersMethodget_function
Get the function reference @return the script function reference the node calls
src/orchestration/nodes/call_function.h:256
↓ 4 callersFunctionget_icon_path
src/common/scene_utils.cpp:79
↓ 4 callersMethodget_method_list
src/api/extension_db.cpp:38
↓ 4 callersMethodget_operator
src/orchestration/nodes/operator_node.h:128
↓ 4 callersMethodget_property_default_value
src/script/script.cpp:1396
↓ 4 callersMethodget_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 callersMethodget_signal
src/core/godot/object/class_db.cpp:123
↓ 4 callersMethodget_type_name
src/script/parser/parser_nodes.cpp:442
↓ 4 callersMethodhas_custom_signal
src/orchestration/orchestration.cpp:1308
↓ 4 callersMethodhas_target
src/orchestration/target_object.cpp:24
↓ 4 callersMethodhash
~ Begin CallableCustom Interface
src/common/callable_lambda.h:79
↓ 4 callersMethodis_bookmarked
src/editor/graph/graph_node.cpp:406
↓ 4 callersFunctionis_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 callersMethodis_exported
src/orchestration/variable.h:85
↓ 4 callersFunctionis_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 callersMethodis_placeholder
src/script/script_instance.h:80
↓ 4 callersMethodis_valid
src/core/godot/object/weak_ref.h:38
↓ 4 callersFunctionmake_native_enum_type
src/script/compiler/analyzer.cpp:124
↓ 4 callersFunctionmake_native_meta_type
src/script/compiler/analyzer.cpp:67
↓ 4 callersFunctionmake_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 callersMethodnotify_breakpoints_changed
src/editor/graph/graph_node.cpp:715
↓ 4 callersMethodon_pin_disconnected
src/orchestration/node.cpp:333
↓ 4 callersFunctionpath_to_file
src/common/string_utils.cpp:35
↓ 4 callersMethodpopup_file_dialog
src/editor/gui/file_dialog.cpp:36
↓ 4 callersMethodresolve
src/core/godot/object/enum_resolver.cpp:214
↓ 4 callersMethodsave
src/script/script_source.cpp:56
↓ 4 callersMethodset_autoshrink_enabled
src/orchestration/nodes/comment.cpp:122
↓ 4 callersMethodset_base_type
src/editor/gui/select_type_dialog.cpp:618
↓ 4 callersMethodset_generated_default_value
src/orchestration/node_pin.cpp:323
↓ 4 callersMethodset_graph_node
src/editor/graph/graph_pin.cpp:418
↓ 4 callersMethodset_info
src/orchestration/variable.cpp:372
↓ 4 callersMethodset_position
src/orchestration/node.cpp:75
↓ 4 callersMethodset_property
src/editor/inspector/properties/type_selector.cpp:375
↓ 4 callersMethodshould_track_locals
src/script/language.h:195
↓ 4 callersFunctionstr_compare
src/core/godot/variant/variant.cpp:36
↓ 4 callersMethodto_string_strict
src/script/parser/parser_nodes.h:144
↓ 4 callersMethodwrite_end_jump_if_shared
src/script/compiler/bytecode_generator.cpp:2092
↓ 4 callersMethodwrite_jump_if_shared
src/script/compiler/bytecode_generator.cpp:2085
↓ 3 callersFunctionOPCODE
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 callersMethod_debug_get_stack_level_count
src/script/language.cpp:343
↓ 3 callersMethod_debug_get_stack_level_function
src/script/language.cpp:359
↓ 3 callersMethod_debug_get_stack_level_line
src/script/language.cpp:350
↓ 3 callersMethod_debug_get_stack_level_source
src/script/language.cpp:369
↓ 3 callersFunction_get_annotation_error_string
src/script/parser/parser.cpp:106
↓ 3 callersFunction_process_name
src/editor/gui/sectioned_inspector.cpp:31
↓ 3 callersMethod_reload_tool_script
src/script/language.cpp:693
↓ 3 callersMethod_resize_to_content
src/editor/graph/graph_node.cpp:40
↓ 3 callersMethodadd_check_shortcut
src/editor/gui/context_menu.cpp:105
↓ 3 callersMethodadd_node
src/orchestration/orchestration.cpp:463
↓ 3 callersMethodadd_tree_fancy_item
src/editor/editor_component_view.cpp:201
↓ 3 callersMethodadjust_connections
src/orchestration/orchestration.cpp:577
↓ 3 callersMethodanalyze
src/script/compiler/analyzer.cpp:6551
↓ 3 callersMethodapply_code
src/editor/script_editor_view.cpp:861
↓ 3 callersMethodcan_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 callersFunctioncan_use_validate_call
src/script/compiler/compiler.cpp:74
↓ 3 callersMethodcan_user_delete_node
src/editor/graph/graph_node.cpp:402
↓ 3 callersMethodclear
src/script/script_cache.cpp:106
↓ 3 callersMethodclear_address
src/script/compiler/bytecode_generator.cpp:493
↓ 3 callersMethodcopy_persistent_state
src/orchestration/signals.cpp:110
↓ 3 callersMethodensure_focus
src/editor/script_editor_view.cpp:1078
↓ 3 callersFunctionfind_all_nodes_for_script
src/common/scene_utils.cpp:207
← previousnext →301–400 of 4,326, ranked by callers