Difference between revisions of "Actor Value"
Jump to navigation
Jump to search
no edit summary
imported>Cdcooley |
imported>Qazaaq |
||
Line 1: | Line 1: | ||
[[Category: Papyrus]] | |||
[[Category:Editor Reference]] | |||
[[Category:Object_Classes]] | |||
[[Category:Actor]] | |||
'''Papyrus:''' [[ActorValue Script]] | |||
[[File:Actor Value Editor.png]] | |||
== Editor Dialog == | |||
*'''ID:''' The editor ID which is used by the Creation Kit. | |||
*'''Type:''' | |||
*'''In-Game Name:''' The name as it will appear in-game. | |||
*'''Abbreviation:''' | |||
*'''Default Value:''' | |||
*'''Description:''' | |||
*'''Flags''' | |||
**'''Minimum 1:''' | |||
**'''Minimum 10:''' | |||
**'''Minimum 100:''' | |||
**'''Multiply By 100:''' | |||
**'''Percentage:''' | |||
**'''God Mode Immune:''' | |||
**'''HARDCODED:''' | |||
**'''Damage Is Positive:''' | |||
*'''Additional Info:''' | |||
=Overview= | =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. | ||
Line 110: | Line 136: | ||
|} | |} | ||
=See | |||
== See Also == | |||
*[[:Category:Miscellaneous|Miscellaneous Category]] | |||
*[[AI_Data_Tab]] | *[[AI_Data_Tab]] | ||