GBString
AUTO-GENERATED FILE – DO NOT EDIT MANUALLY
Source File: addons/grid_building/utils/gb_string.gd
Public Methods
convert_name_to_readable
Flags: static
Converts a Node.name to a human readable display_name string. Stops processing when it encounters the project’s naming separator.
p_node_name: String - The node name to convert to readable format
match_num_seperator
Flags: static
Checks if a character matches the project’s node name number separator setting.
p_char: String - The character to check
p_seperator_enum: int - The separator enum value from project settings
get_separator_string
Flags: static
Gets the separator string for the given enum value.
p_seperator_enum: int - The separator enum value from project settings