(Created page with "=====Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As Integer, spellNam...") |
|||
Line 1: | Line 1: | ||
+ | ====Spell==== | ||
+ | |||
=====Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As Integer, 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 Integer, spellName As String) As Nullable(Of Integer)===== | ||
*Description='''' | *Description='''' |
Revision as of 14:29, 5 October 2018
Spell
Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As Integer, 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( )
Spell.HealPercentDecay() As Double
- Description='
- Values
- Returns='
- Example=Spell.HealPercentDecay()