GBString
Gets the separator string for...
sort
Weight: 10
Gets the separator string for the given enum value.[br][br] [code]p_seperator_enum[/code]: [i]int[/i] - The separator enum value from project settings
Version: v5.0.0
STABLE
Inherits: RefCounted
Source: gb_string.gd
Parsing: AST-based for maximum accuracy with symbol typing
Methods
convert_name_to_readable
Signature: static convert_name_to_readable(p_node_name: String) -> String
p_node_name: String - The node name to convert to readable format
Returns: String
Static: true
Parameters:
p_node_name: String
match_num_seperator
Signature: static match_num_seperator(p_char: String, p_seperator_enum: int) -> bool
p_seperator_enum: int - The separator enum value from project settings
Returns: bool
Static: true
Parameters:
p_char: Stringp_seperator_enum: int
get_separator_string
Signature: static get_separator_string(p_seperator_enum: int) -> String
p_seperator_enum: int - The separator enum value from project settings
Returns: String
Static: true
Parameters:
p_seperator_enum: int