CandideServer.Models.Auras.ServerItemStatsChangeAura
Type JSONpublic class in CandideServer.Models.Auras
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Models.Auras - Base type
Shared.Aura.AbstractAura<Shared.Models.Items.ItemData> - Hash
8ECF2BB3D5DBBB2078F8C89B3D849DFB3630D9FB2F81EC74CBAFBA94473EE960
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
_statsId# | private | private System.Guid _statsId |
Properties
| Name | Visibility | Signature |
|---|---|---|
Args# | private | private Shared.Aura.Args.ItemStatsChangeAuraArgs Args |
State# | private | private Shared.Aura.State.ItemStatsChangeAuraState State |
Methods
ApplyEffect
#
protected System.Void ApplyEffect(Shared.Models.Items.ItemData target, System.Boolean firstApply)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
912AF23CCB495169C519E17EB45948361CDC7316CF81D9891110E1267B2DE16B - Body hash
94E7E36F569BB16C4E5F88BA9FDB578B85A3299FFE2E05D5B002D691B0B2FC5B - 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 type
System.Void - StaticFalse
- VirtualTrue
- Hash
16193D44B39713ED36DDEF8BB7DDBBCE5A5F941013818561F9A5E369E0B2AB60 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
IsImmune
#
public System.Boolean IsImmune(Shared.Models.Items.ItemData target)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
2EC3B2B68E922F31696BED6E85F8704C3B77E4469A16336E037E5BA792DF725D - Body hash
E2CDC8BD55A83F129BBA1F1163CD64A9844A3B8BC1E22E5FD9644B9217AB7C8C - IL size2
RemoveEffect
#
public System.Void RemoveEffect(Shared.Models.Items.ItemData target)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
0F2B3D38DB80CE3897D4322BC23D56F139EB34FB2AC575DDF8D47A8A6CAD9FDF - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
SetVisuals
#
protected System.Void SetVisuals(Shared.Models.Items.ItemData target, System.Boolean firstApply)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
E195567C665C94FD5351F1D2F2C63D944858E2B192CC2F02EF91406557A5F2EF - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
Update
#
public System.Void Update(Shared.Models.Items.ItemData target, System.Single dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
0818A6CF8B95D8CFD4F2D674CCEDFA5C686A036A4AFE03973E9F68538BDCF090 - Body hash
B179EDEA83A5C6033504F6790F3C14F8DC89694402B53772DDC09DBE72ACA38B - IL size9
Referenced calls
Shared.Aura.AbstractAura<Shared.Models.Items.ItemData>::Update(!0, System.Single)