Skip to content

NameDisplayer

Name to display when a referenced node is missing (null)

missing_name: String = “<none>”

Name to display when a referenced node is missing (null)

custom_name_method: StringName = ""

If set, BuildLog will call the custom_name_method to obtain a node name instead of GBStrings.convert_name_to_readable()

Note that this requires each node to actually have the method implemented. Consider “to_string” since each node has an overrideable default implementation to fallback on.

get_display_name( p_node ) -> String

Gets the readable display name for a given node’s name property.

p_node: Node - Node to get display name for (can be null)

addons/grid_building/systems/manipulation/name_displayer.gd


This page was auto-generated from GDScript source. Edit the source file to improve documentation.

Generated on 2025-09-07