Romestead Assembly Reference

Candide.Entities.Controllers.Legacy.SlidingController

Type JSON

public class in Candide.Entities.Controllers.Legacy

Methods12
Properties0
Fields10
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
CratesPartsSheetprivateprivate CandideCreator.Shared.Graphics.SpriteSheet CratesPartsSheet
DustAnimationpublicpublic CandideCreator.Shared.Graphics.FrameAnimation DustAnimation
DustParticleprivateprivate Candide.Particles.ParticleData DustParticle
DustSpriteSheetpublicpublic CandideCreator.Shared.Graphics.SpriteSheet DustSpriteSheet
PushDustSideParticlepublicpublic Candide.Particles.ParticleData PushDustSideParticle
_pushDustCooldownprivateprivate System.Single _pushDustCooldown
_pushPullAudioEventprivateprivate Candide.Sound.AudioEvent.AudioEvent _pushPullAudioEvent
_slidingprivateprivate System.Boolean _sliding
_timerprivateprivate System.Single _timer
_typeprivateprivate System.String _type

Methods

CreateDustStop

private System.Void CreateDustStop(System.Int32 intDirection, System.Boolean invert)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash215EF4D397719B6BC3308E60A94E73168E7ACECBE93724070D8587B8C5F8AC98
  • Body hash7F69F0024364E3FC72DD1E12245E3FC1CA9EFD0EA03222031602FD9F83F17BDE
  • IL size227
Referenced calls
Called by

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashBCCFE9A5701A2861F4F88757C993F889D6C994CF76F48400CED2CF716D5DBAA6
  • Body hash0EFC60A5DCAF864CC156F9A49F4ADBF0EBFAA097F8879D1A42C372BE2F4B32E4
  • IL size28
Referenced calls
String literals
  • type
  • none

EntityUnload

public System.Void EntityUnload()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashF01F9CA22BFA89EA886006802ADD08D406B1FF7B5947F3622FBDC8FBBA1ED067
  • Body hashA57A46F43A26DC39088A7FE7CDC9B702763714177C11A64A48948805F7179926
  • IL size17
Referenced calls

GenerateRandomPushDust

private System.Void GenerateRandomPushDust()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash817B6A14F75B923A9EA80D6949C5632E6CB29F0C93371BB369E682C24B009A5A
  • Body hash7672941980C5EBA167956F7E49DFDB260EF986F6567B9E9155A4AB03AD532254
  • IL size110
Referenced calls
Called by

Load

private System.Void Load()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash3E6FAC1856F0F479E2BCB519266D9A99577AF13043171654D431A335B001F324
  • Body hashE139419D892731D0DBBFD015934D17BBC553070C3942DC8E61F865C6C24EABBE
  • IL size106
Referenced calls
Called by
String literals
  • stone
  • box
  • event:/player/interact/push_stone

OnDamaged

public System.Void OnDamaged(Shared.Combat.DamageResult damageResult)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashE51368DE9DD804EC2151936559794307CF94941C0DE61970A778874FAF14640C
  • Body hashBE890EBE6A39571A933C677F7D4DF2529D2FD1C02101FACAF4FB2E25A5D730D1
  • IL size13

OnKilled

public Shared.Entity.Base.OnKilledBehaviour OnKilled(Shared.Entity.EntityKillInfo info)

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.Base.OnKilledBehaviour
  • StaticFalse
  • VirtualTrue
  • Hash90F10443ECBB801E51ED10D2A0D50EBE7053C0D84325E7DCC8536A6320A6301C
  • Body hash9B3B84FE648B740D75D89B641A5C77089360EA69AB73A17768847BB89DD21667
  • IL size475
Referenced calls
String literals
  • box
  • event:/hits/destruction/crate_smash

OnOutOfHealth

public System.Boolean OnOutOfHealth(Shared.Combat.DamageResult damageResult)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash115BF122E22B0F9BB81086D78B5C03AE48E212D3BD9268FD0803CE7F47139A4B
  • Body hashD93D7A6B2B5CC86ECBCBB1B78B91EE44EC678FDDAAE70867510674D10BE125A0
  • IL size61
Referenced calls
String literals
  • box

OnPushPull

public System.Void OnPushPull(Shared.Entity.EntityWrapper otherEntity, System.Boolean pulling)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash103623AAB0ECBE59CFAA3B19DE084F6D79133C32A2EACB2D19EF604CB3C73694
  • Body hash47FB0874CC5B2BC2EEE6EFDC2B5A9255FFF7BF6A02CE83D68E87E9060B479083
  • IL size126
Referenced calls
String literals
  • stone
  • box
  • Pushing

OnPushPullStopped

public System.Void OnPushPullStopped(Shared.Entity.EntityWrapper otherEntity, System.Boolean pulling)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash6D15312FFC5B5494E79A9558F187C7CFFABF2F68E84B7256EB52E5605D02C537
  • Body hash5A4C8D0B7713C5BAC13EB9951C8CFA5B146DE6801BF1C5B86AFAE0FF258AEBF2
  • IL size118
Referenced calls
String literals
  • stone
  • box
  • Pushing

Update

public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash9F611B5DD914E1F66CED050670633C7B4CBEE5FA4BBB81255109635D64B62F11
  • Body hashE9822261E741B9AD0A22AEF894D062C3EA65409C795D137DFC5FC1C4048AA1ED
  • IL size177
Referenced calls
String literals
  • stone
  • box

WorldLoad

public System.Void WorldLoad()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash681F7B84D28187879B85180E8900F15DDC0C8F2E8A9C69408FCF4139FE789998
  • Body hash3B28B72656F88BF23CDBC823E5B7A64980E04A658848F90727CC748E6371D9B8
  • IL size7
Referenced calls