Difference between revisions of "EPModSkillUsage IsAdvanceSkill"

From the CreationKit Wiki
Jump to navigation Jump to search
imported>SJML Bot
(Bot creating condition functions pages.)
 
imported>Egocarib
Line 1: Line 1:
Checks whether this Skill is being advanced (gaining experience). Used for [[Perk Entry Point|Perk Entry Points]] of the type Modify Skill Use.
==Parameters==
* Actor Value: The name of the skill being advanced.
==Return Value==
* Returns 1 (true) if equal to the Skill that is being advanced.
==Example==
[[File:MageStone.jpg|border|800px|<code>EPModSkillUsage_IsAdvanceSkill</code> Conditions Functions as used on the Mage Stone.]]




[[Category:Condition Functions]]
[[Category:Condition Functions]]

Revision as of 21:59, 13 November 2013

Checks whether this Skill is being advanced (gaining experience). Used for Perk Entry Points of the type Modify Skill Use.

Parameters

  • Actor Value: The name of the skill being advanced.

Return Value

  • Returns 1 (true) if equal to the Skill that is being advanced.

Example

EPModSkillUsage_IsAdvanceSkill Conditions Functions as used on the Mage Stone.