ExternalReferenceCollection

ExternalReferenceCollection

Collection of external references for a placeable

Project: GridPlacement v6.0
Layer: Godot
Source: Godot/Core/Data/ExternalPlaceableReference.cs
Namespace: GridBuilding.Core.Data
Kind: class

Parsing Method: AST-based (Roslyn) - NOT regex

⚠️ IMPORTANT: This documentation was generated using AST parsing, not regex.

Properties

References

All external references

Methods

GetReference

Gets reference by system name

Returns: ExternalPlaceableReference?

Parameters:

  • string systemName

AddOrUpdateReference

Adds or updates external reference

Returns: void

Parameters:

  • ExternalPlaceableReference reference

RemoveReference

Removes reference by system name

Returns: bool

Parameters:

  • string systemName

GetActiveReferences

Gets all active references

Returns: IEnumerable<ExternalPlaceableReference>