Click or drag to resize

ModGameAssetReferenceIsReferenceAssigned Property

Returns a value indicating whether this reference points to a valid game asset. This value will be false when the game asset reference has not been assigned (None). Note that this value will be true for references to game asset that no longer exist (Missing).

Namespace:  UMod
Assembly:  UMod-Interface (in UMod-Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool IsReferenceAssigned { get; }

Property Value

Type: Boolean
See Also