GetID - Alias

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Alias Script

Returns the Alias ID of the alias.

Syntax[edit | edit source]

int Function GetID() native

Parameters[edit | edit source]

None.

Return Value[edit | edit source]

The name of the Alias ID as seen in the Quest Alias Tab.

Examples[edit | edit source]

int AliasID = AliasProperty.GetID()
Debug.Trace(AliasProperty + " has the Alias ID of " + AliasID + ".")

Notes[edit | edit source]

None.

See Also[edit | edit source]