Difference between revisions of "PlayerKnows"
Jump to navigation
Jump to search
imported>SJML Bot (Bot creating condition functions pages.) |
imported>Mojo |
||
Line 1: | Line 1: | ||
Checks to see if the player "knows" the effect. This is used for [[MagicEffect Script|Magic Effects]] and [[WordOfPower Script|Words of Power]]. | |||
==Parameters== | |||
* Knowable Form: The effect to check for. | |||
==Return Value== | |||
Returns 1 if the Player knows the effect. | |||
==Papyrus Version== | |||
*[[PlayerKnows - Form]] | |||
[[Category:Console Commands]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Revision as of 23:23, 15 November 2013
Checks to see if the player "knows" the effect. This is used for Magic Effects and Words of Power.
Parameters
- Knowable Form: The effect to check for.
Return Value
Returns 1 if the Player knows the effect.