Romestead Assembly Reference

CandideServer.Models.Auras.ServerItemStatsChangeAura

Type JSON

public class in CandideServer.Models.Auras

Methods6
Properties2
Fields1
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
_statsIdprivateprivate System.Guid _statsId

Properties

NameVisibilitySignature
Argsprivateprivate Shared.Aura.Args.ItemStatsChangeAuraArgs Args
Stateprivateprivate Shared.Aura.State.ItemStatsChangeAuraState State

Methods

ApplyEffect

protected System.Void ApplyEffect(Shared.Models.Items.ItemData target, System.Boolean firstApply)

Method metadata
  • Visibilityprotected
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash912AF23CCB495169C519E17EB45948361CDC7316CF81D9891110E1267B2DE16B
  • Body hash94E7E36F569BB16C4E5F88BA9FDB578B85A3299FFE2E05D5B002D691B0B2FC5B
  • IL size335
Referenced calls
  • CandideServer.Models.Auras.ServerItemStatsChangeAura::get_Args()
  • System.Nullable<System.Int32>::get_HasValue()
  • System.Nullable<System.Int32>::get_Value()
  • Microsoft.Xna.Framework.MathHelper::Clamp(System.Int32, System.Int32, System.Int32)
  • System.Nullable<System.Int32>::.ctor(!0)
  • System.Nullable<Shared.Text.StringId>::get_HasValue()
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Stats.StatModificationData>::get_Count()
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Stats.StatModificationData>::.ctor()
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Stats.StatModificationData>::GetEnumerator()
  • Dictionary.Enumerator<System.String, Shared.Models.Stats.StatModificationData>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.String, Shared.Models.Stats.StatModificationData>::Deconstruct(!0&, !1&)
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Stats.StatModificationData>::TryGetValue(!0, !1&)
  • Shared.Models.Stats.StatModificationData::Add(Shared.Models.Stats.StatModificationData)
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Stats.StatModificationData>::set_Item(!0, !1)
  • System.Collections.Generic.Dictionary<System.String, Shared.Models.Stats.StatModificationData>::Add(!0, !1)
  • Dictionary.Enumerator<System.String, Shared.Models.Stats.StatModificationData>::MoveNext()
  • System.IDisposable::Dispose()
  • System.Collections.Generic.List<System.String>::.ctor()
  • System.Collections.Generic.List<System.String>::Add(!0)

Dispose

public System.Void Dispose()

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

IsImmune

public System.Boolean IsImmune(Shared.Models.Items.ItemData target)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash2EC3B2B68E922F31696BED6E85F8704C3B77E4469A16336E037E5BA792DF725D
  • Body hashE2CDC8BD55A83F129BBA1F1163CD64A9844A3B8BC1E22E5FD9644B9217AB7C8C
  • IL size2

RemoveEffect

public System.Void RemoveEffect(Shared.Models.Items.ItemData target)

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

SetVisuals

protected System.Void SetVisuals(Shared.Models.Items.ItemData target, System.Boolean firstApply)

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

Update

public System.Void Update(Shared.Models.Items.ItemData target, System.Single dt)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash0818A6CF8B95D8CFD4F2D674CCEDFA5C686A036A4AFE03973E9F68538BDCF090
  • Body hashB179EDEA83A5C6033504F6790F3C14F8DC89694402B53772DDC09DBE72ACA38B
  • IL size9
Referenced calls
  • Shared.Aura.AbstractAura<Shared.Models.Items.ItemData>::Update(!0, System.Single)