Romestead Assembly Reference

CandideServer.Models.Auras.ServerEliteAura

Type JSON

public class in CandideServer.Models.Auras

Methods11
Properties2
Fields1
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
_statsIdprivateprivate System.Guid _statsId

Properties

NameVisibilitySignature
Argsprivateprivate Shared.Aura.Args.EliteAuraArgs Args
Stateprivateprivate Shared.Aura.State.EliteAuraState State

Methods

ApplyEffect

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

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash9C2B9EA1DD6D87A43720559FBCC707B2C59679646614312EC5A6CA48766D6656
  • Body hashD4ABE03448382577BCC182DAD71B518C9A60A4C66DBF537BA7F397C8CBCEB69A
  • IL size58
Referenced calls

Dispose

public System.Void Dispose()

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

IsImmune

public System.Boolean IsImmune(Shared.Entity.EntityWrapper target)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashA5A814DB6142DD0A8D6D2D6EAA3FEEE9421B9397FBC061E3A0CCB431F57FB663
  • Body hashC8E2ACB3D51D39CB55F6B4A0DBF5221F432B906476B277D68FA1D95091D5C133
  • IL size28
Referenced calls
  • Shared.Entity.EntityWrapper::get_MaskRef()
  • System.Enum::HasFlag(System.Enum)

OnAuraEntityRemoved

public System.Void OnAuraEntityRemoved(Shared.Entity.EntityWrapper target, Shared.Entity.EntityRemoveType removeType)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash73FF56D3DDF706D42517EEAD4EE82AF32331970F7CAB5E0058972406C22FB527
  • Body hashC454995B108A2170BC50D909E967E83C1F4EA01AF22E13C71FA91F3220AC3707
  • IL size142
Referenced calls

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
  • HashCF453AC2A333DF568E4945B711188D70F02968C148345E926DAE0E56F0A40891
  • Body hash167B9C00C854317A07A93A9427D09FBD070116918F67FF05324ADF04E9A74AB1
  • IL size110
Referenced calls
String literals
  • This Elite does not exist

UpdateBlazingAura

private System.Void UpdateBlazingAura(Shared.Entity.EntityWrapper target, CandideServer.Entities.ServerEntityModel serverModel, System.Single dt)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash0B7D2A6C5327955CFBDF5026F3C82D69D890A4F33FECFA91C9E58F740BAD30A1
  • Body hash89FB23B715452EEC78743DEDA87185E6B147BF8A4C4F30A5DB6E871DBD19586D
  • IL size145
Referenced calls
Called by
String literals
  • elite_fireball

UpdateDemonicAura

private System.Void UpdateDemonicAura(Shared.Entity.EntityWrapper target, CandideServer.Entities.ServerEntityModel serverModel, System.Single dt)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashE0C45D2CA1B3E198F9105CDC2D557D8217A08FE5F2741061276DB2D8BE4B490C
  • Body hash8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55
  • IL size1

UpdateTeleportingAura

private System.Void UpdateTeleportingAura(Shared.Entity.EntityWrapper target, CandideServer.Entities.ServerEntityModel serverModel, System.Single dt)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash6FB4B2CA58B9EB3E42E2C954B7358B34120264308D1F34D5ED1CE3648182BDF5
  • Body hash561AB8AE0CF9A58DCF8121169CB572519D33B4AE91315D8FDD32BC93871EF1A4
  • IL size93
Referenced calls
  • CandideServer.Models.Auras.ServerEliteAura::get_State()
  • CandideCreator.Shared.Helpers.RandomHelper::NextPointInCircle(System.Random)
  • Microsoft.Xna.Framework.Vector2::op_Multiply(Microsoft.Xna.Framework.Vector2, System.Single)
  • Shared.Entity.EntityWrapper::get_Position2()
  • Microsoft.Xna.Framework.Vector2::op_Addition(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2)
  • Shared.Entity.EntityWrapper::set_Position2(Microsoft.Xna.Framework.Vector2)
Called by

UpdateVerdantAura

private System.Void UpdateVerdantAura(Shared.Entity.EntityWrapper target, CandideServer.Entities.ServerEntityModel serverModel, System.Single dt)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash171D07F0FAB8675B1ECB8D4BC884A9E08FC01FD704D57770ED52B45A81FFB045
  • Body hash389EED94BEA527B8D2F06372A09FDE815E13F75B313DAC243FA45898E0A2BF5A
  • IL size114
Referenced calls
Called by
String literals
  • magus_ceres_aoe_instant_heal:0