GBValidation

Checks that the property values...

sort Weight: 10

Checks that the property values of each property name are not null. Returns an array of issues found.[br][br] [code]p_obj[/code]: [i]Object[/i] - Object to validate properties on[br] [code]p_property_names[/code]: [i]Array[String][/i] - Array of property names to check for null values

Version: v5.0.0

STABLE

Inherits: RefCounted
Source: gb_validation.gd
Parsing: AST-based for maximum accuracy with symbol typing


Methods

check_not_null

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

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

Returns: Array

Static: true

Parameters:

  • p_obj: Object
  • p_property_names: Array[String]: Variant