GBString
Summary
Section titled “Summary”Enum for separator types used in string utilities
enum SeparatorTypeEnum for separator types used in string utilities
NONE=0SPACE=1UNDERSCORE=2DASH=3
Methods
Section titled “Methods”static func convert_name_to_readable( p_node_name: String ) -> StringConverts 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 formatstatic func match_num_seperator( p_char: String, p_seperator_enum: int ) -> boolChecks if a character matches the project’s node name number separator setting.
p_char: String - The character to checkp_seperator_enum: int - The separator enum value from project settingsstatic func get_separator_string( p_seperator_enum: int ) -> StringGets the separator string for the given enum value.
p_seperator_enum: int - The separator enum value from project settings
Source
Section titled “Source”addons/grid_building/utils/gb_string.gd
This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.