Difference between revisions of "Alias Script"

252 bytes added ,  10:41, 20 July 2015
m
Clarified getName() and added some more links
imported>Terra Nova2
(→‎SKSE Member Functions: added RegisterForNiNodeUpdate and UnregisterForNiNodeUpdate)
imported>Bug64
m (Clarified getName() and added some more links)
 
(One intermediate revision by one other user not shown)
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]]()'''
Line 118: Line 118:
:*Received at periodic intervals of game time, if the alias is registered.
:*Received at periodic intervals of game time, if the alias is registered.


== SKSE Events ==
'''[[OnNiNodeUpdate]](ObjectReference ''akActor'')'''


==Notes==
==Notes==
Anonymous user