GetID - Alias
Revision as of 01:50, 1 June 2013 by imported>Bot Owned (Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Alias Script Returns the Alias ID of the alias. == Syntax == <source lang="papyrus"> ...")
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.