Romestead Assembly Reference

Candide.Entities.Bridge.ClientEntitySystemBridge

Type JSON

public class in Candide.Entities.Bridge

Methods13
Properties0
Fields2
Events0
Type metadata

Relationships

Base type

System.Object

Fields

NameVisibilitySignature
Instancepublicpublic Candide.Entities.Bridge.ClientEntitySystemBridge Instance
ReuseListprivateprivate System.Collections.Generic.List<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>> ReuseList

Methods

ApplyKnockback

public System.Void ApplyKnockback(Shared.Entity.EntityWrapper victim, Microsoft.Xna.Framework.Vector3 knockBackVelocity, System.Single duration)

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

CastSnapshotSpell

public System.Void CastSnapshotSpell(Shared.Helpers.CastSpellArgs castSpellArgs, Microsoft.Xna.Framework.Vector3 position, System.Single direction, Shared.Entity.EntityWrapper castingEntity, System.Object overrideSpellTypeArgs, Shared.Models.Spells.AttackSpellArgs overrideAttackSpellArgs, System.Nullable<System.Guid> target, Shared.Models.Spells.ProjectileHitFlags canHit)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash16497A581B1683D7F5285FA06E8A049A502FD9F873DB2E3C9D37FAE6ADE2E3CC
  • Body hashEAC7B33A6C706B2CA1A790C12077E6929065E44DF87C3F5EA21AE045EB662F47
  • IL size142
Referenced calls

CastSpell

public System.Void CastSpell(System.String spellId, Microsoft.Xna.Framework.Vector3 position, System.Single direction, Shared.Entity.EntityWrapper castingEntity, System.Object overrideSpellTypeArgs, Shared.Models.Spells.AttackSpellArgs overrideAttackSpellArgs, System.Nullable<System.Guid> target, Shared.Models.Spells.ProjectileHitFlags canHit)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash8D3DE9D84C180BC7AF0E978C43FEF273308C7FF3C85BA4E1A3018C425A2EE0BD
  • Body hashE91D070A29AC34346F013DB60AE17EE6B93DF5F3F5A6BE1AB3CE9EBCCC3964FA
  • IL size51
Referenced calls

GetEntityAuraInstance

public Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper> GetEntityAuraInstance(Shared.Models.Auras.EntityAuraInfo auraInfo, System.Nullable<System.Guid> ownerEntityId)

Method metadata
  • Visibilitypublic
  • Return typeShared.Aura.AbstractAura<Shared.Entity.EntityWrapper>
  • StaticFalse
  • VirtualTrue
  • Hash773440BFB920C5AE02A068BE6B6952391E898FD55B0034293E4F34D4C11C4FC7
  • Body hashA465B09A3E87C97760033B8637DFD556B0C6FD10C6C0D92F8DA1143AC0E23978
  • IL size53
Referenced calls
  • System.Collections.Generic.Dictionary<System.String, System.Func<Shared.Models.Auras.EntityAuraInfo, Shared.Models.Auras.ApplyAuraContext, Shared.Aura.Args.AbstractAuraArgs, Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>>::get_Item(!0)
  • System.Func<Shared.Models.Auras.EntityAuraInfo, Shared.Models.Auras.ApplyAuraContext, Shared.Aura.Args.AbstractAuraArgs, Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>::Invoke(!0, !1, !2)

GetEquippedItems

public System.Collections.Generic.IReadOnlyCollection<Shared.Models.Items.ItemInstanceModel> GetEquippedItems(Shared.Entity.EntityWrapper entity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.IReadOnlyCollection<Shared.Models.Items.ItemInstanceModel>
  • StaticFalse
  • VirtualTrue
  • HashC504BFF8965315B66302157A79E54A0B149F33FB285116C5404CE8725D6D614E
  • Body hash60BB7D91B3E777444AAEF9F692C301918181AE6F5912DCABFF43826A0EC2AB5A
  • IL size24
Referenced calls

GetFavourAndGlobalAuras

public System.Collections.Generic.IReadOnlyCollection<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>> GetFavourAndGlobalAuras(Shared.Entity.EntityWrapper entity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Collections.Generic.IReadOnlyCollection<Shared.Aura.AbstractAura<Shared.Entity.EntityWrapper>>
  • StaticFalse
  • VirtualTrue
  • HashF39941C7B70EEECF0D00BEEDA08541296FAA010F532EDF8D785BF8037A550947
  • Body hash8A4D921BA7B50E258CE93792629409334BD87960BDB1C0BA163806765AB4A52E
  • IL size452
Referenced calls

GetSkillDamageMultiplier

public System.Single GetSkillDamageMultiplier(Shared.Entity.EntityWrapper entity, System.String skillId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Single
  • StaticFalse
  • VirtualTrue
  • HashB62BE9329AC564413E47307F5D27725230481E8F0994C993F179D19E27A74353
  • Body hash8D936A008362C4AFB217703F3B0FD9804B4871CA0F18F1126137BCFD0A36242B
  • IL size51
Referenced calls

GetWorldStatsValue

public System.Single GetWorldStatsValue(System.String worldStatId)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Single
  • StaticFalse
  • VirtualTrue
  • Hash84761B36B18E526C5D79479566D55749448EFD092E9B50D9409F15DEDE18CEAF
  • Body hash80F7DBFFE3991981A8CE79C03CE07DACD2A1FC070F9D643F70F1C01E6AEA19E3
  • IL size7
Referenced calls

OnEntityKilled

public System.Void OnEntityKilled(Shared.Combat.DamageInfo damageInfo, Shared.Entity.Base.OnKilledBehaviour handledInfo, System.Single damageDone)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash1F5AC4EF60E04B467E84E4E8B408403374A25D8A99E960B61D5670B0B2C1A199
  • Body hash6533D7D527503AA87D233D28370AD73E488BD1790D3259E1BA0CABB06121151F
  • IL size87
Referenced calls
String literals
  • player-killed-entity

OnEntityRemove

public System.Void OnEntityRemove(Shared.Entity.EntityWrapper entity, Shared.Entity.EntityRemoveInfo removeInfo)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash87B48B403EEC0D11552AC13B6435523FE31405946F534686B4A902FCCAA7C1FA
  • Body hashF6926FC13D8C9A193518723982D59ECA2255ABA43CA3185CD51F0F23919ECB1F
  • IL size9
Referenced calls

OnEntityTookDamage

public System.Void OnEntityTookDamage(Shared.Entity.EntityWrapper entity, System.Single actualDamage, System.Single displayDamage, System.Single blockedDamage, Shared.Combat.DamageInfo damageInfo, System.Single beforeDamagedHealth, System.Boolean countAsHit)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashBC20499F13BC531F9D53138F410B32E44F8C89DCA6EE53732C7393AEE11331CA
  • Body hash19B2E68CAFF8E6CB4E0B237B7C10A613C3D0B53869CABF12E4BFB3B4A437E968
  • IL size3794
Referenced calls
String literals
  • event:/player/crit
  • hit:thud
  • hit:crit
  • hit:med
  • hit:small
  • crit
  • damaged
  • event:/items/sledgehammer/sledgehammer_thud
  • event:/hits/weapons/blunt/blunt_hit_shield
  • event:/hits/weapons/blunt/blunt_hit_furniture
  • event:/hits/weapons/blunt/blunt_hit_wood
  • event:/hits/impact/impact_shrubbery
  • event:/hits/weapons/blunt/blunt_hit_flesh
  • event:/hits/weapons/blunt/blunt_hit_stone
  • event:/hits/weapons/blunt/blunt_hit_bone
  • event:/hits/weapons/blunt/blunt_hit_ethereal

OnThrownHit

public System.Void OnThrownHit(Shared.Entity.EntityWrapper entityWrapper, System.Boolean kill)

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