GetID - Alias

From the CreationKit Wiki
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"> ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]