Difference between revisions of "SetEnchantment - Form"

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
imported>Qazaaq
(added required f4se version)
imported>Qazaaq
(param name matches source)
 
Line 7: Line 7:
== Syntax ==
== Syntax ==
<source lang="papyrus">
<source lang="papyrus">
Function SetEnchantment(Enchantment akE) Native
Function SetEnchantment(Enchantment e) Native
</source>
</source>


== Parameters ==
== Parameters ==
*akE: Placeholder Description.
*e: Placeholder Description.


== Return Value ==
== Return Value ==

Latest revision as of 14:39, 21 January 2018

This article has been flagged as incomplete.
Please help improve the wiki by learning how to contribute.

F4SE Member of: Form Script
Requires F4SE version 0.3.1 or higher.

Placeholder Description.

Syntax[edit | edit source]

Function SetEnchantment(Enchantment e) Native

Parameters[edit | edit source]

  • e: Placeholder Description.

Return Value[edit | edit source]

  • None

Examples[edit | edit source]

; Placeholder Code.

See Also[edit | edit source]