- Found in:
- SKSE
Description
Wiki Description
Returns the unique name of the alias (not its display name). This is the name appearing in the Alias Name field of the Reference Alias form.
Documentation Comment
SKSE64 additions built 2024-01-17 20:01:40.731000 UTC
return the name of the alias
Caveats
CK Wiki - Notes
None.
Examples
AliasProperty.GetName()Auto-Generated Example
string returnedValue = myAlias__toCallFunctionOn.GetName()