Romestead Assembly Reference

CandideServer.Models.Auras.HitCastSpellServerAura

Type JSON

public class in CandideServer.Models.Auras

Methods8
Properties2
Fields0
Events0
Type metadata

Relationships

Properties

NameVisibilitySignature
Argsprivateprivate Shared.Aura.Args.HitCastSpellAuraArgs Args
Stateprivateprivate Shared.Aura.State.HitCastSpellAuraState State

Methods

ApplyEffect

protected System.Void ApplyEffect(Shared.Entity.EntityWrapper target, System.Boolean firstApply)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash4DCF076A59EC454B66F06988CB1F1DDF059AD967E3651274693585D4CDCEDBD8
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

CheckCanProcAndSetCooldown

private System.Boolean CheckCanProcAndSetCooldown(Shared.Combat.DamageInfo damageInfo)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualFalse
  • Hash3E49A46AC5F88394693240FB3CE3D584F6E9CE7B1F128461C6F9FC97CE01AA3E
  • Body hash7D1BAA93D01BAC28470477F057011D8D7F74F418F3CEF2E3563688BF75F1E3BC
  • IL size24
Referenced calls
Called by

HandleProc

private System.Void HandleProc(Shared.Combat.DamageInfo damageInfo, CandideServer.Entities.ServerEntityModel selfServerEntityModel, Shared.Entity.EntityWrapper targetEntity, Shared.Entity.EntityWrapper selfEntity)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash344B2887FD02168AFE3D8DDC5779AC67DEF918A39E97D113A4395A15D3EDE16A
  • Body hash4BD13493512D6C7E2DB721A57432D59A776DE1381029C5E4C28768F4B83458E8
  • IL size295
Referenced calls
Called by
String literals
  • Aura '
  • ' proc failed. Expected a target entity.
  • spell:hit_cast_spell_generic

OnAuraHitDealtTriggerFire

public System.Void OnAuraHitDealtTriggerFire(Shared.Combat.DamageInfo damageInfo)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash309C7A4BB297D8A3E53BD3969DD212E6A0C2F3954806BD10DEAD930FE52641EA
  • Body hash23762E68384BA68E9A9564F5880F52B4D1AD031C75B6473B446D24C178E4DB1A
  • IL size74
Referenced calls
String literals
  • OnAuraHitDealtTriggerFire

OnAuraHitTakenTriggerFire

public System.Void OnAuraHitTakenTriggerFire(Shared.Combat.DamageInfo damageInfo)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash24669FCAB31051FBB52067B212F44764976D28977120BC144E8FF221F0ABA96F
  • Body hashEC347C75041FB03080FA6FFB584431260C8C2E31AB045EF54A92424658E9F624
  • IL size70
Referenced calls
String literals
  • OnAuraHitTakenTriggerFire

RemoveEffect

public System.Void RemoveEffect(Shared.Entity.EntityWrapper target)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashEE8CE0FE4502162EF08248F6F197F6C7FD05C9CC339DF8F6A54F71681A6C968F
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

SetVisuals

protected System.Void SetVisuals(Shared.Entity.EntityWrapper target, System.Boolean firstApply)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash2D2A98DF53DED771ED890D56349FC49FB409AE44954E1AE06BCC07A37C3AFCB1
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

Update

public System.Void Update(Shared.Entity.EntityWrapper target, System.Single dt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash3195F3B44CCF08F5A4DCE25512D95F52D4EE040E51F5254F2DF6F27901BD6F97
  • Body hashB038E275DE44B638FCDBD507E347A48038E104302E057A21B2CC8C3BF7B53D3A
  • IL size28
Referenced calls
  • Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>::Update(!0, System.Single)
  • CandideServer.Models.Auras.HitCastSpellServerAura::get_State()