(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...") |
(→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)) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | =====Spell.ScriptDamageNegation(ByVal ID As Integer, isIDPlayer As Boolean, attacker As Integer, attackerIsPlayer As Boolean, spelltype As Integer, damage As | + | ====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 Double)===== | ||
*Description='''' | *Description='''' | ||
;'''Values''' | ;'''Values''' | ||
| Line 11: | Line 20: | ||
*Returns=''Returns the spell damage/effectiveness/etc, can be null.'' | *Returns=''Returns the spell damage/effectiveness/etc, can be null.'' | ||
*Example=''Spell.ScriptDamageNegation( )'' | *Example=''Spell.ScriptDamageNegation( )'' | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Latest revision as of 08:40, 9 February 2021
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 Double)
- Description='
- Values
- ID=
- isIDPlayer=
- attacker=
- attackerIsPlayer=
- spelltype=
- damage=
- spellName=
- Returns=Returns the spell damage/effectiveness/etc, can be null.
- Example=Spell.ScriptDamageNegation( )