Romestead Assembly Reference

Candide.Entities.Controllers.Other.FruitTreeController

Type JSON

public class in Candide.Entities.Controllers.Other

Methods9
Properties1
Fields11
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
LeafParticleEmitterpublicpublic Candide.Particles.ParticleEmitter LeafParticleEmitter
SwayTimeprivateprivate System.Single SwayTime
_emitterTimerprivateprivate System.Single _emitterTimer
_fadeOffsetprivateprivate Microsoft.Xna.Framework.Vector2 _fadeOffset
_pivotOffsetprivateprivate Microsoft.Xna.Framework.Vector3 _pivotOffset
_swayDirectionprivateprivate System.Int32 _swayDirection
_swayIntensityprivateprivate System.Single _swayIntensity
_topSpriteprivateprivate CandideCreator.Shared.Graphics.SpriteSheet _topSprite
_topSpriteBaseFrameprivateprivate System.Int32 _topSpriteBaseFrame
_topSpriteOffsetprivateprivate Microsoft.Xna.Framework.Vector3 _topSpriteOffset
_windSwayprivateprivate Candide.GameModels.Systems.Weather.WindSway _windSway

Properties

NameVisibilitySignature
TopSpriteFrameprivateprivate System.Int32 TopSpriteFrame

Methods

BeforeRender

public System.Void BeforeRender()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash29AB9E7245EC5A9EAE1A52DE80412EA4CDE1768AF5345960A3E06C39A496BAC1
  • Body hashE9927F550442AB13A11353BB27A356E69D08E95A67B09637D010B7BE04DD6D79
  • IL size922
Referenced calls

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash9B0F57FB33596E969FA452C1E5CC7CA0717D3B785993DF5D0F97CA9CC4B320B6
  • Body hashFBF17DEB68288F3AFB9223773EEEA1B3C3B1EA59058C0A64C2DED7106426F83B
  • IL size175
Referenced calls
Called by
String literals
  • texture
  • top_sprite
  • top_sprite_offset
  • pivot_offset
  • fade_offset

OnDamaged

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash834C6DC6FC0FC5D45D92538B29A1C90E2B1F1E5FCC0B792E29BCA5B821606114
  • Body hashD7259B665EFF041926980A36ADD2539F405BDE56A49FF09A82F034AC4BD39884
  • IL size238
Referenced calls
Called by
String literals
  • bark

OnKilled

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

Method metadata
  • Visibilitypublic
  • Return typeShared.Entity.Base.OnKilledBehaviour
  • StaticFalse
  • VirtualTrue
  • HashC9067869E0E751DC795D29442357218FBD42B3C46184E1F3EF11FE8239ECC0B9
  • Body hashFA570E232DE9F379327D529987BEB644133F514B9041534B3471BFEEACB90591
  • IL size133
Referenced calls

OnOutOfHealth

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashA9EDAB7E03F2D06EA305D53D5E1477282EF0029C9ADD5B7EAC44014FEE47FBDC
  • Body hashB603FBF9395DD52D4E091A67E7F5A1BB538E1D1AD844988FD98115CC3CB47DB6
  • IL size94
Referenced calls
  • Shared.Entity.EntityWrapper::get_MaxHealth()
  • Shared.Entity.EntityWrapper::set_Health(System.Single)

OnProjectileHit

public System.Boolean OnProjectileHit(System.Int32 id, Shared.Combat.Spells.Casting.CastSpell spell)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • HashB1402EE40E55899786D1D68600E250BA098493CFD9539927E21E2317B98690FA
  • Body hash28CE407124EEC7B8896CA3A14FA5B7DC2742099D7BAA28285E360D7456F8FD49
  • IL size2

OnServerSetState

public System.Void OnServerSetState(System.Int32 state)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashFF17CE6279204F23C1CA472DFB0591FB2BC3D2811A201B57303169E6DC297323
  • Body hashDA45C1A4F57F35DAB6E682CB54A12B8EBE74FCDB71BFC5DA668FE44E5E5ACB16
  • IL size318
Referenced calls
String literals
  • client-tree-fell
  • event:/environment/tree/tree_shake
  • event:/environment/tree/tree_falling

SpawnFallingLeafParticles

private System.Void SpawnFallingLeafParticles(Shared.Combat.DamageResult damageResult)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashB8D2891E226E54CDDDD0BA5A6F1A2A3290E9C5B5B20884B328EA823F15806FBD
  • Body hash9C8E73C977939A265DF2EC28E65A28673368603E86A146EF59982595FC31AB1A
  • IL size289
Referenced calls
Called by
String literals
  • hit_tree_leaf_emitter
  • leaf_particle

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashFFF0D6822445063C9DC81D480D4E8DC5B8A49EDA8F7123182D865C3D7EC64F05
  • Body hash39AC19905EF5DD3D970F5C0EE393036590C5F0A9CA9E51772C454828119E1E3B
  • IL size136
Referenced calls
Called by