We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d3a692d commit f218a75Copy full SHA for f218a75
1 file changed
reference/data-types/datatype-spell.md
@@ -43,7 +43,7 @@ This is the type used for spell information.
43
44
### {{ renderMember(type='bool', name='Beneficial') }}
45
46
-: ???
+: Returns true if the spell is beneficial (or beneficial group)
47
48
### {{ renderMember(type='int', name='BookIcon') }}
49
@@ -221,6 +221,10 @@ This is the type used for spell information.
221
222
: ???
223
224
+### {{ renderMember(type='bool', name='PreventsRegen') }}
225
+
226
+: Returns true if the spell is a detrimental effect that prevents OOC regen
227
228
### {{ renderMember(type='float', name='PushBack') }}
229
230
: Push back amount
0 commit comments