CandideServer.Models.Auras.ServerBaseStatsAura
Type JSONpublic class in CandideServer.Models.Auras
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Models.Auras - Base type
Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper> - Hash
2BF06D47333543E125C61BA6587C0B85BB1AEE92620CBD7B2744A8F1A7EBC51F
Relationships
Properties
| Name | Visibility | Signature |
|---|---|---|
Args# | private | private Shared.Aura.Args.BaseStatsAuraArgs Args |
State# | private | private Shared.Aura.State.BaseStatsAuraState State |
Methods
ApplyEffect
#
protected System.Void ApplyEffect(Shared.Entity.EntityWrapper target, System.Boolean firstApply)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
938F0BAFEC9405A88F88047E447C3A2089266469B67F365032E9B00EC06B08C4 - Body hash
E727E3ECF5C81CB9D041E2D8ABC133A5E47073560C9DCFA9D74BA1A20EED8B9D - IL size49
Referenced calls
Shared.Entity.EntityWrapper::get_Mask()System.Enum::HasFlag(System.Enum)Shared.Entity.EntityWrapper::get_Stats()CandideServer.Models.Auras.ServerBaseStatsAura::get_Args()Shared.Models.Stats.EntityStats::SetBaseStats(System.Collections.Generic.Dictionary<System.String, System.Single>)
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.Entity.EntityWrapper target)
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
B477B9A1147171349BB5C00A76533AA9F69CE02D79D5FD4EE582C223B89887AD - Body hash
F21583EF3641F8ED9D07A17868571B259A7E354DB6DB9CFE522E7167892A482E - 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 type
System.Void - StaticFalse
- VirtualTrue
- Hash
EE8CE0FE4502162EF08248F6F197F6C7FD05C9CC339DF8F6A54F71681A6C968F - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
SetVisuals
#
protected System.Void SetVisuals(Shared.Entity.EntityWrapper target, System.Boolean firstApply)
Method metadata
- Visibilityprotected
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
2D2A98DF53DED771ED890D56349FC49FB409AE44954E1AE06BCC07A37C3AFCB1 - Body hash
8A6F127E0053EB13AFDA0F394E4CD706376ECB1E15358DC72521A636A4B8AD55 - IL size1
Update
#
public System.Void Update(Shared.Entity.EntityWrapper target, System.Single dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
7151CA5A78BD5954C64D1D5837729602DDE7B8EC2CC72E61D8F9A977D0BB3B87 - Body hash
C990439F103B4FE8AA7E2D333E03FA97BFC9B7AF1BD543860F45BDF5F5E7870A - IL size9
Referenced calls
Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>::Update(!0, System.Single)