Difference between revisions of "GetSkill - Book"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>Bot Owned
(Created page with "Category:Scripting Category:Papyrus Category:SKSE '''SKSE Member of:''' Book Script Returns the Skill that this book increases. == Syntax == <source lang="pa...")
 
imported>Egocarib
(link to actor value IDs)
 
Line 15: Line 15:


== Return Value ==
== Return Value ==
Returns the Skill as a Int that this book increases.
Returns the [[ActorValueInfo Script#Actor Value IDs|Actor Value ID]] representing the skill that this book increases.


== Examples ==
== Examples ==

Latest revision as of 00:53, 5 September 2014

SKSE Member of: Book Script

Returns the Skill that this book increases.

Syntax[edit | edit source]

int Function GetSkill() native

Parameters[edit | edit source]

None

Return Value[edit | edit source]

Returns the Actor Value ID representing the skill that this book increases.

Examples[edit | edit source]

skillbookproperty.GetSkill()

See Also[edit | edit source]