Line 7: | Line 7: | ||
*Example=''Spell.HealPercentDecay()'' | *Example=''Spell.HealPercentDecay()'' | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=====Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As Double(Nullable), spellName As String) As Nullable(Of Integer)===== | =====Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As Double(Nullable), spellName As String) As Nullable(Of Integer)===== |
Revision as of 11:40, 29 June 2019
Spell
Spell.HealPercentDecay() As Double
- Description='
- Values
- Returns='
- Example=Spell.HealPercentDecay()
Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As Double(Nullable), spellName As String) As Nullable(Of Integer)
- Description='
- Values
- ID=
- isIDPlayer=
- attacker=
- attackerIsPlayer=
- spelltype=
- damage=
- spellName=
- Returns=Returns the spell damage/effectiveness/etc, can be null.
- Example=Spell.ScriptDamageNegation( )