Difference between revisions of "Actor Value"

11 bytes removed ,  04:47, 13 July 2016
no edit summary
imported>Qazaaq
m (spelling)
imported>Qazaaq
Line 5: Line 5:
'''Papyrus:''' [[ActorValue Script]]
'''Papyrus:''' [[ActorValue Script]]


=Overview=
Actor Values are properties that exist on Actors and other Object References. They are accessed and altered using Papyrus script functions, in the Console, and used in various forms in the Creation Kit.
Actor Values are properties that exist on Actors and other Object References. They are accessed and altered using Papyrus script functions, in the Console, and used in various forms in the Creation Kit.


For a full list of Papyrus script functions involving Actor Values, see the [[ObjectReference Script|Object Reference]] documentation.


== Editor Dialog ==
[[File:Actor Value Editor.png]]
[[File:Actor Value Editor.png]]
== Editor Dialog ==
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''ID:''' The editor ID which is used by the Creation Kit.
*'''Type:'''
*'''Type:'''
Line 42: Line 39:


==Actor Value functions in Papyrus==
==Actor Value functions in Papyrus==
For a full list of Papyrus script functions involving Actor Values, see the [[ObjectReference Script|Object Reference]] documentation.
On [[ObjectReference Script|Object References]]:
On [[ObjectReference Script|Object References]]:
* Function [[DamageValue - ObjectReference|DamageValue]](ActorValue akAV, float afDamage)
* Function [[DamageValue - ObjectReference|DamageValue]](ActorValue akAV, float afDamage)
Anonymous user