Even More Modifiers
1.0.0.0
A mod for rolling various bonus stats on items
Main Page
Related Pages
Packages
Classes
Files
File List
File Members
DelegationTarget.cs
Go to the documentation of this file.
1
namespace
Loot
.Api.Attributes
2
{
7
public
enum
DelegationTarget
8
{
9
AnglerQuestReward
,
10
CanBeHitByNPC
,
11
CanBeHitByProjectile
,
12
CanHitNPC
,
13
CanHitNPCWithProj
,
14
CanHitPvp
,
15
CanHitPvpWithProj
,
16
ConsumeAmmo
,
17
CatchFish
,
18
DrawEffects
,
19
GetDyeTraderReward
,
20
GetFishingLevel
,
21
GetHealLife
,
22
GetHealMana
,
23
GetWeaponCrit
,
24
GetWeaponKnockback
,
25
Hurt
,
26
Initialize
,
27
Kill
,
28
MeleeEffects
,
29
MeleeSpeedMultiplier
,
30
ModifyDrawHeadLayers
,
31
ModifyDrawInfo
,
32
ModifyDrawLayers
,
33
ModifyHitByNPC
,
34
ModifyHitByProjectile
,
35
ModifyHitNPC
,
36
ModifyHitNPCWithProj
,
37
ModifyHitPvp
,
38
ModifyHitPvpWithProj
,
39
ModifyNurseHeal
,
40
ModifyNursePrice
,
41
ModifyScreenPosition
,
42
ModifyWeaponDamage
,
43
ModifyManaCost
,
44
ModifyZoom
,
45
NaturalLifeRegen
,
46
OnConsumeAmmo
,
47
OnHitAnything
,
48
OnHitByNPC
,
49
OnHitByProjectile
,
50
OnHitNPC
,
51
OnHitNPCWithProj
,
52
OnHitPvp
,
53
OnHitPvpWithProj
,
54
OnRespawn
,
55
PostHurt
,
56
PostUpdate
,
57
PostUpdateBuffs
,
58
PostUpdateEquips
,
59
PostUpdateMiscEffects
,
60
PostUpdateRunSpeeds
,
61
PreHurt
,
62
PreKill
,
63
PreUpdate
,
64
PreUpdateBuffs
,
65
PreUpdateMovement
,
66
ProcessTriggers
,
67
ResetEffects
,
68
Shoot
,
69
UpdateAutopause
,
70
UpdateBadLifeRegen
,
71
UpdateDead
,
72
UpdateEquips
,
73
UpdateLifeRegen
,
74
UpdateVanityAccessories
,
75
UseTimeMultiplier
76
}
77
}
Loot.Api.Attributes.DelegationTarget.PostUpdateBuffs
Loot.Api.Attributes.DelegationTarget.Initialize
Loot.Api.Attributes.DelegationTarget.OnHitPvpWithProj
Loot.Api.Attributes.DelegationTarget.CanHitNPCWithProj
Loot.Api.Attributes.DelegationTarget.ModifyHitByNPC
Loot.Api.Attributes.DelegationTarget.NaturalLifeRegen
Loot.Api.Attributes.DelegationTarget.UpdateEquips
Loot.Api.Attributes.DelegationTarget.ModifyZoom
Loot.Api.Attributes.DelegationTarget.PostUpdateRunSpeeds
Loot.Api.Attributes.DelegationTarget.PostUpdateEquips
Loot.Api.Attributes.DelegationTarget.MeleeSpeedMultiplier
Loot
Loot.Api.Attributes.DelegationTarget.UpdateDead
Loot.Api.Attributes.DelegationTarget.PostHurt
Loot.Api.Attributes.DelegationTarget.ModifyHitNPCWithProj
Loot.Api.Attributes.DelegationTarget.CanHitPvp
Loot.Api.Attributes.DelegationTarget.ModifyWeaponDamage
Loot.Api.Attributes.DelegationTarget.UpdateLifeRegen
Loot.Api.Attributes.DelegationTarget.OnHitAnything
Loot.Api.Attributes.DelegationTarget.GetWeaponCrit
Loot.Api.Attributes.DelegationTarget.GetDyeTraderReward
Loot.Api.Attributes.DelegationTarget.OnHitNPC
Loot.Api.Attributes.DelegationTarget.PreUpdateMovement
Loot.Api.Attributes.DelegationTarget.UpdateVanityAccessories
Loot.Api.Attributes.DelegationTarget.OnHitNPCWithProj
Loot.Api.Attributes.DelegationTarget.PreUpdate
Loot.Api.Attributes.DelegationTarget.PreKill
Loot.Api.Attributes.DelegationTarget.GetHealMana
Loot.Api.Attributes.DelegationTarget.ModifyHitPvpWithProj
Loot.Api.Attributes.DelegationTarget.ModifyDrawLayers
Loot.Api.Attributes.DelegationTarget.DrawEffects
Loot.Api.Attributes.DelegationTarget.ModifyDrawHeadLayers
Loot.Api.Attributes.DelegationTarget.ResetEffects
Loot.Api.Attributes.DelegationTarget.PostUpdate
Loot.Api.Attributes.DelegationTarget.OnConsumeAmmo
Loot.Api.Attributes.DelegationTarget.ModifyDrawInfo
Loot.Api.Attributes.DelegationTarget.CanBeHitByNPC
Loot.Api.Attributes.DelegationTarget.GetWeaponKnockback
Loot.Api.Attributes.DelegationTarget.UseTimeMultiplier
Loot.Api.Attributes.DelegationTarget.Kill
Loot.Api.Attributes.DelegationTarget.PostUpdateMiscEffects
Loot.Api.Attributes.DelegationTarget.ModifyScreenPosition
Loot.Api.Attributes.DelegationTarget.ModifyManaCost
Loot.Api.Attributes.DelegationTarget.OnHitPvp
Loot.Api.Attributes.DelegationTarget.OnRespawn
Loot.Api.Attributes.DelegationTarget.GetHealLife
Loot.Api.Attributes.DelegationTarget.Shoot
Loot.Api.Attributes.DelegationTarget.CanHitNPC
Loot.Api.Attributes.DelegationTarget.MeleeEffects
Loot.Api.Attributes.DelegationTarget.PreHurt
Loot.Api.Attributes.DelegationTarget.ConsumeAmmo
Loot.Api.Attributes.DelegationTarget.Hurt
Loot.Api.Attributes.DelegationTarget.AnglerQuestReward
Loot.Api.Attributes.DelegationTarget.CanHitPvpWithProj
Loot.Api.Attributes.DelegationTarget.OnHitByProjectile
Loot.Api.Attributes.DelegationTarget.ModifyNursePrice
Loot.Api.Attributes.DelegationTarget
DelegationTarget
Defines a target that can be used in conjunction with AutoDelegation for identifying the target event...
Definition:
DelegationTarget.cs:7
Loot.Api.Attributes.DelegationTarget.ProcessTriggers
Loot.Api.Attributes.DelegationTarget.GetFishingLevel
Loot.Api.Attributes.DelegationTarget.ModifyHitByProjectile
Loot.Api.Attributes.DelegationTarget.ModifyHitNPC
Loot.Api.Attributes.DelegationTarget.CatchFish
Loot.Api.Attributes.DelegationTarget.UpdateBadLifeRegen
Loot.Api.Attributes.DelegationTarget.OnHitByNPC
Loot.Api.Attributes.DelegationTarget.CanBeHitByProjectile
Loot.Api.Attributes.DelegationTarget.ModifyNurseHeal
Loot.Api.Attributes.DelegationTarget.UpdateAutopause
Loot.Api.Attributes.DelegationTarget.PreUpdateBuffs
Loot.Api.Attributes.DelegationTarget.ModifyHitPvp
Api
Attributes
DelegationTarget.cs
Generated on Sat Apr 18 2020 16:45:40 for Even More Modifiers by
1.8.11