GetID - Alias

SKSE Member of: Alias Script

Returns the Alias ID of the alias.

SyntaxEdit

int Function GetID() native

ParametersEdit

None.

Return ValueEdit

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

ExamplesEdit

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

NotesEdit

None.

See AlsoEdit