Home
last modified time | relevance | path

Searched refs:get_completion_built_in_constant (Results 1 – 12 of 12) sorted by relevance

/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gdscript/
H A Dgd_parser.h475 Variant::Type get_completion_built_in_constant();
H A Dgd_editor.cpp2027 Variant::get_numeric_constants_for_type(p.get_completion_built_in_constant(), &constants); in complete_code()
H A Dgd_parser.cpp3454 Variant::Type GDParser::get_completion_built_in_constant() { in get_completion_built_in_constant() function in GDParser
/dports/devel/godot2/godot-2.1.6-stable/modules/gdscript/
H A Dgd_parser.h475 Variant::Type get_completion_built_in_constant();
H A Dgd_editor.cpp2027 Variant::get_numeric_constants_for_type(p.get_completion_built_in_constant(), &constants); in complete_code()
H A Dgd_parser.cpp3454 Variant::Type GDParser::get_completion_built_in_constant() { in get_completion_built_in_constant() function in GDParser
/dports/devel/godot/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_parser.h683 Variant::Type get_completion_built_in_constant();
H A Dgdscript_editor.cpp2572 Variant::get_constants_for_type(parser.get_completion_built_in_constant(), &constants); in complete_code()
3381 r_result.class_name = Variant::get_type_name(parser.get_completion_built_in_constant()); in lookup_code()
H A Dgdscript_parser.cpp8900 Variant::Type GDScriptParser::get_completion_built_in_constant() { function in GDScriptParser
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gdscript/
H A Dgdscript_parser.h683 Variant::Type get_completion_built_in_constant();
H A Dgdscript_editor.cpp2572 Variant::get_constants_for_type(parser.get_completion_built_in_constant(), &constants); in complete_code()
3381 r_result.class_name = Variant::get_type_name(parser.get_completion_built_in_constant()); in lookup_code()
H A Dgdscript_parser.cpp8900 Variant::Type GDScriptParser::get_completion_built_in_constant() { function in GDScriptParser