Skip to content

GutUtils

Inherits: RefCounted

Properties

Type Name Default
Variant avail_fonts [...]
Variant GutLogger load(...)
Variant json
Variant AutoFree load(...)
Variant Awaiter load(...)
Variant Comparator load(...)
Variant CompareResult load(...)
Variant DiffTool load(...)
Variant Doubler load(...)
Variant Gut load(...)
Variant GutConfig load(...)
Variant HookScript load(...)
Variant InnerClassRegistry load(...)
Variant InputFactory load(...)
Variant InputSender load(...)
Variant JunitXmlExport load(...)
Variant MethodMaker load(...)
Variant OneToMany load(...)
Variant OrphanCounter load(...)
Variant ParameterFactory load(...)
Variant ParameterHandler load(...)
Variant Printers load(...)
Variant ResultExporter load(...)
Variant ScriptCollector load(...)
Variant Spy load(...)
Variant Strutils load(...)
Variant Stubber load(...)
Variant StubParams load(...)
Variant Summary load(...)
Variant Test load(...)
Variant TestCollector load(...)
Variant ThingCounter load(...)
Variant CollectedTest load(...)
Variant CollectedScript load(...)
Variant GutScene load(...)
Variant version "9.2.0"
Variant req_godot [...]

Methods

Returns Signature
Variant get_root_node()
Variant get_instance()
Variant get_enum_value(thing: Variant, e: Variant, default: Variant = null)
Variant nvl(value: Variant, if_null: Variant)
void pretty_print(dict: Variant)
void print_properties(props: Variant, thing: Variant, print_all_meta: Variant = false)
Variant get_scene_script_object(scene: Variant)
Variant get_version_text()
Variant get_bad_version_text()
Variant is_version_ok(engine_info: Variant = , required: Variant = req_godot)
Variant godot_version(engine_info: Variant = )
Variant is_godot_version(expected: Variant, engine_info: Variant = )
Variant is_godot_version_gte(expected: Variant, engine_info: Variant = )
Variant get_logger()
Variant is_freed(obj: Variant)
Variant is_not_freed(obj: Variant)
Variant is_double(obj: Variant)
Variant is_instance(obj: Variant)
Variant is_gdscript(obj: Variant)
Variant is_inner_class(obj: Variant)
Variant extract_property_from_array(source: Variant, property: Variant)
Variant file_exists(path: Variant)
Variant write_file(path: Variant, content: Variant)
Variant is_null_or_empty(text: Variant)
Variant get_native_class_name(thing: Variant)
Variant is_native_class(thing: Variant)
Variant get_file_as_text(path: Variant)
Variant search_array_idx(ar: Variant, prop_method: Variant, value: Variant)
Variant search_array(ar: Variant, prop_method: Variant, value: Variant)
Variant are_datatypes_same(got: Variant, expected: Variant)
Variant get_script_text(obj: Variant)
Variant get_singleton_by_name(name: Variant)
Variant dec2bistr(decimal_value: Variant, max_bits: Variant = 31)
Variant add_line_numbers(contents: Variant)
void pp(dict: Variant, indent: Variant = "")
Variant create_script_from_source(source: Variant, override_path: Variant = null)
Variant get_display_size()

Property Descriptions

avail_fonts

Variant avail_fonts = [...]

Note

There is currently no description for this property. Please help us by contributing one!

GutLogger

Variant GutLogger = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

json

Variant json

Note

There is currently no description for this property. Please help us by contributing one!

AutoFree

Variant AutoFree = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Awaiter

Variant Awaiter = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Comparator

Variant Comparator = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

CompareResult

Variant CompareResult = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

DiffTool

Variant DiffTool = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Doubler

Variant Doubler = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Gut

Variant Gut = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

GutConfig

Variant GutConfig = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

HookScript

Variant HookScript = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

InnerClassRegistry

Variant InnerClassRegistry = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

InputFactory

Variant InputFactory = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

InputSender

Variant InputSender = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

JunitXmlExport

Variant JunitXmlExport = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

MethodMaker

Variant MethodMaker = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

OneToMany

Variant OneToMany = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

OrphanCounter

Variant OrphanCounter = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

ParameterFactory

Variant ParameterFactory = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

ParameterHandler

Variant ParameterHandler = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Printers

Variant Printers = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

ResultExporter

Variant ResultExporter = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

ScriptCollector

Variant ScriptCollector = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Spy

Variant Spy = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Strutils

Variant Strutils = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Stubber

Variant Stubber = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

StubParams

Variant StubParams = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Summary

Variant Summary = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

Test

Variant Test = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

TestCollector

Variant TestCollector = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

ThingCounter

Variant ThingCounter = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

CollectedTest

Variant CollectedTest = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

CollectedScript

Variant CollectedScript = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

GutScene

Variant GutScene = load(...)

Note

There is currently no description for this property. Please help us by contributing one!

version

Variant version = "9.2.0"

Note

There is currently no description for this property. Please help us by contributing one!

req_godot

Variant req_godot = [...]

Note

There is currently no description for this property. Please help us by contributing one!


Method Descriptions

get_root_node()

Variant get_root_node()

Note

There is currently no description for this method. Please help us by contributing one!

get_instance()

Variant get_instance()

Note

There is currently no description for this method. Please help us by contributing one!

get_enum_value()

Variant get_enum_value(thing: Variant, e: Variant, default: Variant = null)

Note

There is currently no description for this method. Please help us by contributing one!

nvl()

Variant nvl(value: Variant, if_null: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

pretty_print()

void pretty_print(dict: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

void print_properties(props: Variant, thing: Variant, print_all_meta: Variant = false)

Note

There is currently no description for this method. Please help us by contributing one!

get_scene_script_object()

Variant get_scene_script_object(scene: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

get_version_text()

Variant get_version_text()

Note

There is currently no description for this method. Please help us by contributing one!

get_bad_version_text()

Variant get_bad_version_text()

Note

There is currently no description for this method. Please help us by contributing one!

is_version_ok()

Variant is_version_ok(engine_info: Variant = , required: Variant = req_godot)

Note

There is currently no description for this method. Please help us by contributing one!

godot_version()

Variant godot_version(engine_info: Variant = )

Note

There is currently no description for this method. Please help us by contributing one!

is_godot_version()

Variant is_godot_version(expected: Variant, engine_info: Variant = )

Note

There is currently no description for this method. Please help us by contributing one!

is_godot_version_gte()

Variant is_godot_version_gte(expected: Variant, engine_info: Variant = )

Note

There is currently no description for this method. Please help us by contributing one!

get_logger()

Variant get_logger()

Note

There is currently no description for this method. Please help us by contributing one!

is_freed()

Variant is_freed(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_not_freed()

Variant is_not_freed(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_double()

Variant is_double(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_instance()

Variant is_instance(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_gdscript()

Variant is_gdscript(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_inner_class()

Variant is_inner_class(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

extract_property_from_array()

Variant extract_property_from_array(source: Variant, property: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

file_exists()

Variant file_exists(path: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

write_file()

Variant write_file(path: Variant, content: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_null_or_empty()

Variant is_null_or_empty(text: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

get_native_class_name()

Variant get_native_class_name(thing: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

is_native_class()

Variant is_native_class(thing: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

get_file_as_text()

Variant get_file_as_text(path: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

search_array_idx()

Variant search_array_idx(ar: Variant, prop_method: Variant, value: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

search_array()

Variant search_array(ar: Variant, prop_method: Variant, value: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

are_datatypes_same()

Variant are_datatypes_same(got: Variant, expected: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

get_script_text()

Variant get_script_text(obj: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

get_singleton_by_name()

Variant get_singleton_by_name(name: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

dec2bistr()

Variant dec2bistr(decimal_value: Variant, max_bits: Variant = 31)

Note

There is currently no description for this method. Please help us by contributing one!

add_line_numbers()

Variant add_line_numbers(contents: Variant)

Note

There is currently no description for this method. Please help us by contributing one!

pp()

void pp(dict: Variant, indent: Variant = "")

Note

There is currently no description for this method. Please help us by contributing one!

create_script_from_source()

Variant create_script_from_source(source: Variant, override_path: Variant = null)

Note

There is currently no description for this method. Please help us by contributing one!

get_display_size()

Variant get_display_size()

Note

There is currently no description for this method. Please help us by contributing one!