Difference between revisions of "Alias Script"
Jump to navigation
Jump to search
m
Clarified getName() and added some more links
imported>Terra Nova2 (→SKSE Events: added OnNiNodeUpdate) |
imported>Bug64 m (Clarified getName() and added some more links) |
||
Line 75: | Line 75: | ||
:'''String [[GetName - Alias|GetName]]()''' | :'''String [[GetName - Alias|GetName]]()''' | ||
:* Returns the name of the alias. | :* Returns the unique name of the alias (not its display name). Used by calls to [[GetAliasByName - Quest|GetAliasByName]]. | ||
:'''Int [[GetID - Alias|GetID]]()''' | :'''Int [[GetID - Alias|GetID]]()''' | ||
:* Returns the ID of the alias. | :* Returns the ID of the alias. Used by calls to [[GetNthAlias - Quest|GetNthAlias]] and [[GetAlias - Quest|GetAlias]] | ||
:'''[[RegisterForNiNodeUpdate]]()''' | :'''[[RegisterForNiNodeUpdate]]()''' |