Difference between revisions of "Alias Script"

455 bytes added ,  10:41, 20 July 2015
m
Clarified getName() and added some more links
imported>CraftySentinel
(Reverted Table to List)
imported>Bug64
m (Clarified getName() and added some more links)
 
(2 intermediate revisions 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]]()'''
:*Registers the script for when a QueueNiNodeUpdate is called
:'''[[UnregisterForNiNodeUpdate]]()'''
:*Unregisters the script for when a QueueNiNodeUpdate is called


== Events ==
== Events ==
Line 113: 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