Skip to content

GBValidation

Global validation helpers used across systems and tests.

Provide common assertions and property checks so that systems can validate their injected dependencies and runtime state.

static func check_not_null( p_obj: Object, p_property_names: Array[String] ) -> Array[String]

Global helper class to make validating object properties easier

Checks that the property values of each property name are not null. Returns an array of issues found.

p_obj: Object - Object to validate properties on

p_property_names: Array[String] - Array of property names to check for null values

addons/grid_building/utils/gb_validation.gd


This API reference is automatically generated from the plugin source code. For implementation examples and usage guides, see the guides section.