Difference between revisions of "EPTemperingItemIsEnchanted"
Jump to navigation
Jump to search
imported>SJML Bot (Bot creating condition functions pages.) |
|||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Used in [[Constructible Object|tempering recipes]] to check if the object being tempered is enchanted. | |||
Returns 1 if the object is enchanted. | |||
==Example== | |||
The following would return true if the item to be tempered was not enchanted. Always returns 0 if used outside of tempering conditions. | |||
[[File:Dienes_confunc_Ep_temper_enchanted.jpg]] | |||
[[Category:Condition Functions]] | [[Category:Condition Functions]] |
Latest revision as of 01:27, 13 June 2024
Used in tempering recipes to check if the object being tempered is enchanted.
Returns 1 if the object is enchanted.
Example[edit | edit source]
The following would return true if the item to be tempered was not enchanted. Always returns 0 if used outside of tempering conditions.