- Found in:
- SKSE
Description
Wiki Description
Returns the Alias ID of the alias.
Documentation Comment
return the id of the alias
Caveats
CK Wiki - Notes
None.
Examples
int AliasID = AliasProperty.GetID()
Debug.Trace(AliasProperty + " has the Alias ID of " + AliasID + ".")Auto-Generated Example
int returnedValue = myAlias__toCallFunctionOn.GetID()