Romestead Assembly Reference

Candide.GameModels.Managers.AuraManager

Type JSON

public class in Candide.GameModels.Managers

Methods8
Properties0
Fields0
Events0
Type metadata
  • AssemblyRomestead
  • NamespaceCandide.GameModels.Managers
  • Base typeSystem.Object
  • Hash13A0A03CB1C7C2CF725415BF742815A6AEE6046DB6E8CF317A1DCA8A264EC5B3

Relationships

Base type

System.Object

Methods

EntityHasAura

public System.Boolean EntityHasAura(System.String auraId, Shared.Entity.EntityWrapper entity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash202F89674FE9A2DD06C29A238E1347945FFA02BE3FF33331FB48B671D77EF61F
  • Body hash6239389B9F86B0ECB2162A44BBE8EB8AE15E3956DC14189B0DF38B64943582C6
  • IL size8
Referenced calls
Called by

GetBaseStateForAura

public Shared.Aura.State.AuraBaseState GetBaseStateForAura(System.String auraId, Shared.Entity.EntityWrapper entity)

Method metadata
  • Visibilitypublic
  • Return typeShared.Aura.State.AuraBaseState
  • StaticTrue
  • VirtualFalse
  • Hash680E42B8FA3A9BD4B502F2CD4CC9D109DF476C2BA0BC50D5815FC908A87F98BB
  • Body hash2B35A38EC26AA8E9B51D685006559EFFA946065A5161E85C16BC095621550C59
  • IL size117
Referenced calls
  • System.Collections.Generic.List<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::GetEnumerator()
  • List.Enumerator<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::get_Current()
  • System.String::op_Equality(System.String, System.String)
  • List.Enumerator<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::MoveNext()
  • System.IDisposable::Dispose()
Called by

ReapplyEntityAuras

public System.Void ReapplyEntityAuras(Shared.Entity.EntityWrapper entity, System.Collections.Generic.List<System.ValueTuple<System.String, Shared.Aura.State.AuraBaseState>> auras)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashA88EBCD758F8EA3AB735BCA5326B2D928D6CBFC963D4673EDE97DE528347280F
  • Body hashD4C6E195E126DDEEDD799260684AEB6D1CDA7EFCF6A34D3A69DB7B3E478BBD83
  • IL size216
Referenced calls
Called by

SyncApplyAuraToEntity

public System.Void SyncApplyAuraToEntity(CandideServer.MessageModels.Auras.ApplyEntityAuraMessage msg)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • Hash2FEE5AA6277E332105A208BAA6B118D9CEFC1FD95226D8BD058EA465C766472F
  • Body hashC6D5F845BA0C221E87C60899510DACA2728169193E32CF583872BB4EA5140796
  • IL size50
Referenced calls
Called by
String literals
  • SyncApplyAuraToEntity

SyncReapplyEntityAuras

public System.Void SyncReapplyEntityAuras(System.Guid entityId, System.Collections.Generic.List<System.ValueTuple<System.String, Shared.Aura.State.AuraBaseState>> auras)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashF08395F22DF64E3B3C4E6B2F9DD1E7739A49168FBCAA6141B524A12DA2DFE8F2
  • Body hashC9D9BE326E04407A65447BAB754D3621C8CC77134E7D50717F9A094DD7E2D779
  • IL size41
Referenced calls
Called by

SyncRemoveAuraFromEntity

public System.Void SyncRemoveAuraFromEntity(CandideServer.MessageModels.Auras.RemoveAuraFromEntity msg)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticTrue
  • VirtualFalse
  • HashC246CA845FDE7125B30018BD3C4734F88AE70C53303BAB5AFA81974C4F733164
  • Body hash2B5E8864D9B4FF01CB54FEE39D96A7C564728C87BC47379AA30E3CE26935A496
  • IL size42
Referenced calls
Called by
String literals
  • SyncRemoveAuraFromEntity

TryApplyAuraToEntity

public System.Boolean TryApplyAuraToEntity(System.String auraId, Shared.Entity.EntityWrapper entity, System.Nullable<System.Guid> ownerEntityId, Shared.Aura.Args.AbstractAuraArgs overrideArgs, System.Boolean sendSync, System.Boolean delayCalculateState, System.Boolean skipResistanceCheck)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • HashD1E95BE648CECE50979C2379907A6E26F7A44E9EC889E43CD2B023730C839666
  • Body hashD1E22D43555C4B0DF6EA32EEDB435FA2FE52BA47DE863CAADFC7D4FA23F961C4
  • IL size290
Referenced calls
Called by
String literals
  • Tried to apply aura id '
  • ' but could not find it
  • status:system

TryRemoveAuraFromEntity

public System.Boolean TryRemoveAuraFromEntity(System.String auraId, System.String auraInstanceTypeId, Shared.Entity.EntityWrapper entity, System.Boolean sendSync)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticTrue
  • VirtualFalse
  • Hash9F634B530E025867AB7C6778482A418064C4C780121196B7ED1ABB202DB279DF
  • Body hash32BD3090B3A53A2DF1A96BA126AB944EEF46D82C9A99FEA4C5F39A9437414331
  • IL size78
Referenced calls
Called by