Candide.ActionInProgress.ConstructActionInProgress
Type JSONpublic class in Candide.ActionInProgress
Type metadata
- Assembly
Romestead - Namespace
Candide.ActionInProgress - Base type
Candide.ActionInProgress.ClientActionInProgress - Hash
34E0976CA9F9D9C98060EB1D4800A705CC1BC3A6399CD792DEE75EC23E974792
Relationships
Fields
| Name | Visibility | Signature |
|---|---|---|
ConstructionSite# | public | public Candide.GameModels.Models.Constructions.ConstructionSite ConstructionSite |
_hammerAnimation# | private | private CandideCreator.Shared.Graphics.FrameAnimation _hammerAnimation |
_hammerHitTimer# | private | private System.Single _hammerHitTimer |
_playHammerAnimation# | private | private System.Boolean _playHammerAnimation |
_progressBarOffset# | private | private Microsoft.Xna.Framework.Vector2 _progressBarOffset |
_progressBarPos# | private | private Microsoft.Xna.Framework.Vector2 _progressBarPos |
_progressBarSize# | private | private Microsoft.Xna.Framework.Vector2 _progressBarSize |
Properties
| Name | Visibility | Signature |
|---|---|---|
PercentageProgress# | private | private System.Single PercentageProgress |
Methods
DoProgress
#
public System.Void DoProgress(System.Single progress)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
1365D933E3A6DF54CD9321185F9FBF17FA853C9FD1F9AAB44B643899C8CE6FB7 - Body hash
B71B16B31805E8699C795CB8B2EAC45E87CD060C552CD1FC2727CB6CC5B2BC8A - IL size94
Referenced calls
System.Collections.Generic.Dictionary<System.String, Shared.Models.Skill.CharacterSkill>::get_Item(!0)Shared.Models.Skill.CharacterSkill::get_CurrentValue()Candide.GameModels.Helpers.LocalPlayerFlags::GetFlagValue2(System.String, System.Single)Shared.ActionInProgress.AbstractActionInProgress::DoProgress(System.Single)CandideCreator.Shared.Graphics.FrameAnimation::Restart()
String literals
skill:constructionconstruct_hit_area_progress
Draw
#
public System.Void Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch uiSpriteBatch)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
5CE011D3D6F9AEC7301F49B80CA3E48DA6DD7EB65650167E80B9D6BD730200BF - Body hash
8DEC907DB9B288DBB6BB163DBDC7EC68C149BE6C8E895F40CD902F641D62636C - IL size106
Referenced calls
Candide.CandideUI.ImmediateUi.ImmediateCandideProgressBar::CalculateSizes(Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2&, Microsoft.Xna.Framework.Vector2&)Candide.ActionInProgress.ConstructActionInProgress::get_PercentageProgress()Shared.Text.StringDefinitions::GetString(System.String)Candide.CandideUI.ImmediateUi.ImmediateCandideProgressBar::Draw(Microsoft.Xna.Framework.Graphics.SpriteBatch, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, Microsoft.Xna.Framework.Vector2, System.Single, System.Single, System.Single, System.Single, System.Collections.Generic.Queue<Shared.ActionInProgress.ActionInProgressHitArea>, Shared.ActionInProgress.KeyPressedType, CandideCreator.Shared.Graphics.FrameAnimation, System.String)
String literals
ActionInProgress_Constructing
OnFail
#
public System.Void OnFail(System.Boolean faultyHit)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
379DF5CC7BED18DBC5B0EBB4EA8B2919687B42B112DAC823603AE89DFFDB19CC - Body hash
CF1D01DA7404F6CC2F768788FFCE599FCA8F59C069FAF7966079133881D66DA8 - IL size3
Update
#
public System.Void Update(System.Single dt)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
31475F0B0A8014CBD070BCB5EBB56DEBE9270C148474512DBF3AA5D1998C5332 - Body hash
02CB2BD41C77CCA631478D726563828E42276FC34757AE4F743002E38B4C0442 - IL size167
Referenced calls
Shared.ActionInProgress.AbstractActionInProgress::Update(System.Single)CandideCreator.Shared.Graphics.FrameAnimation::Update(System.Double)CandideCreator.Shared.Graphics.FrameAnimation::DoneAndTimed()CandideCreator.Shared.Graphics.FrameAnimation::Restart()System.Random::NextSingle()Microsoft.Xna.Framework.Vector2::.ctor(System.Single, System.Single)
Verify
#
public System.Boolean Verify()
Method metadata
- Visibilitypublic
- Return type
System.Boolean - StaticFalse
- VirtualTrue
- Hash
9C5464DC7720B06DC315FC08C453A24E65D26CAFE5A3DBCB3E6E3BBD0E75CAF7 - Body hash
AE0EB5A9D87FCAB9EF07FEE79B4ACF7AA7460847A4C98091C48DB17B42241620 - IL size27
Referenced calls
System.Collections.Generic.Dictionary<System.Guid, Candide.GameModels.Models.Constructions.ConstructionSite>::ContainsKey(!0)