Background for Skyrim SE
Member of the Alias script
intfunctionGetID()Native

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()

Related Pages


Additional References

View this function’s page on the Skyrim Creation Kit Wiki

Some data provided by the Skyrim Creation Kit Wiki. Licensed under the Creative Commons Attribution-ShareAlike license.