godot_project_parser.types

Custom types for parsing project.godot.

Classes:

GodotObject(name, kwargs)

Represents godot's Object type.

PackedStringArray([iterable])

Represents godot's PackedStringArray type.

class GodotObject(name, kwargs)[source]

Bases: object

Represents godot’s Object type.

Methods:

__eq__(other)

Return self==value.

__repr__()

Return repr(self).

__eq__(other)

Return self==value.

__repr__()

Return repr(self).

class PackedStringArray(iterable=(), /)[source]

Bases: List[str]

Represents godot’s PackedStringArray type.

Methods:

__repr__()

Return repr(self).

__repr__()[source]

Return repr(self).

Return type

str