Romestead Assembly Reference

CandideServer.Models.Auras.ServerBaseStatsAura

Type JSON

public class in CandideServer.Models.Auras

Methods6
Properties2
Fields0
Events0
Type metadata

Relationships

Properties

NameVisibilitySignature
Argsprivateprivate Shared.Aura.Args.BaseStatsAuraArgs Args
Stateprivateprivate Shared.Aura.State.BaseStatsAuraState State

Methods

ApplyEffect

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

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash938F0BAFEC9405A88F88047E447C3A2089266469B67F365032E9B00EC06B08C4
  • Body hashE727E3ECF5C81CB9D041E2D8ABC133A5E47073560C9DCFA9D74BA1A20EED8B9D
  • IL size49
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
  • HashB477B9A1147171349BB5C00A76533AA9F69CE02D79D5FD4EE582C223B89887AD
  • Body hashF21583EF3641F8ED9D07A17868571B259A7E354DB6DB9CFE522E7167892A482E
  • IL size27
Referenced calls
  • Shared.Entity.EntityWrapper::get_Mask()
  • System.Enum::HasFlag(System.Enum)

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
  • Hash7151CA5A78BD5954C64D1D5837729602DDE7B8EC2CC72E61D8F9A977D0BB3B87
  • Body hashC990439F103B4FE8AA7E2D333E03FA97BFC9B7AF1BD543860F45BDF5F5E7870A
  • IL size9
Referenced calls
  • Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>::Update(!0, System.Single)