Candide.Entities.Controllers.Other.FallenTreeController
Type JSONpublic class in Candide.Entities.Controllers.Other
Type metadata
- Assembly
Romestead - Namespace
Candide.Entities.Controllers.Other - Base type
Shared.Entity.Base.AbstractController - Hash
E847E6D77A3849A7AC68D0D6178F687A21056CE2DF428922CE4876A2D5D4BB23
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
BarkParticlesSheet# | public | public CandideCreator.Shared.Graphics.SpriteSheet BarkParticlesSheet |
DebrisParticles1# | public | public CandideCreator.Shared.Graphics.SpriteSheet DebrisParticles1 |
DebrisParticles2# | public | public CandideCreator.Shared.Graphics.SpriteSheet DebrisParticles2 |
_damageTimer# | private | private System.Double _damageTimer |
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
8807CE47300B2243B5A2131F4879D686B78CE7515DF8A1AE620106CE5409379D - Body hash
F7972697E944E0A14FDBFE10488033350B5BEFF7F5A899509EE06DA28A71E0FB - IL size24
Referenced calls
Candide.Graphics.VisualDebug.BiomeSpriteVariationHelper::GetFrameFromBiomeVariation(Shared.Entity.EntityWrapper, System.Boolean)Shared.Entity.EntityWrapper::set_Frame(System.Int32)
OnDamaged
#
public System.Void OnDamaged(Shared.Combat.DamageResult damageResult)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
7C9A0C6FFA92E9F25CC29CD1C46EAE6346B4679929C99997D755386C775A4BDE - Body hash
2B58EBE86BDFCB72D8F4E8C4C16F432372FFE28C0ADF5A3D25D7A99A772F93C8 - IL size343
Referenced calls
Shared.Entity.EntityWrapper::get_MaxHealth()System.Math::Min(System.Single, System.Single)System.Random::Next(System.Int32, System.Int32)Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)Microsoft.Xna.Framework.Vector4::get_One()CandideCreator.Shared.Helpers.RandomHelper::NextFloat(System.Random, System.Single, System.Single)Shared.Entity.EntityWrapper::get_Position()Shared.Entity.EntityWrapper::get_Velocity()Shared.Entity.EntityWrapper::get_Fdt()Microsoft.Xna.Framework.Vector3::op_Multiply(Microsoft.Xna.Framework.Vector3, System.Single)Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)CandideCreator.Shared.Helpers.RandomHelper::NextVector3(System.Random)Candide.Graphics.ParticleHelper::GetRandomDirectionVelocity(System.Single, System.Single, System.Single)Candide.Graphics.ParticleHelper::SpawnBouncyPushableParticle(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3, Candide.Graphics.Drawable&, System.Single, System.Single, System.Single, System.Single)
OnKilled
#
public Shared.Entity.Base.OnKilledBehaviour OnKilled(Shared.Entity.EntityKillInfo info)
Method metadata
- Visibilitypublic
- Return type
Shared.Entity.Base.OnKilledBehaviour - StaticFalse
- VirtualTrue
- Hash
FD827761DA1A4D7CE3AB333476A612C122A387EC4DCBA2C13EC42793FB0BD361 - Body hash
7BDDD741B25B80FE4527F5F087FD5B629AC53AB53529BE421A9C1447FC47A7AA - IL size79
Referenced calls
Update
#
public System.Void Update(Microsoft.Xna.Framework.GameTime gameTime)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
4A966783951947D1D6B985BE0A4FC17C33225024451E71080B2FF355C2D13481 - Body hash
FE43BF19993B47AA877ED072AB628E599377959043E8A948424F3480D4A64144 - IL size26
Referenced calls
Shared.Entity.EntityWrapper::get_Fdt()