Romestead Assembly Reference

Candide.Entities.Controllers.Other.ManualMillController

Type JSON

public class in Candide.Entities.Controllers.Other

Methods10
Properties0
Fields20
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
SpinnerGuidprivateprivate System.Guid SpinnerGuid
_audioEventprivateprivate Candide.Sound.AudioEvent.AudioEvent _audioEvent
_bottomprivateprivate Microsoft.Xna.Framework.Vector2[] _bottom
_buildingIdprivateprivate System.Guid _buildingId
_buildingIsInitializedprivateprivate System.Boolean _buildingIsInitialized
_hasItemprivateprivate System.Boolean _hasItem
_localProgressprivateprivate System.Single _localProgress
_localPushDirprivateprivate System.Int32 _localPushDir
_localPushTimerprivateprivate System.Single _localPushTimer
_localSpinnerRotationprivateprivate System.Single _localSpinnerRotation
_outputIdprivateprivate System.Guid _outputId
_progressScaleprivateprivate System.Single _progressScale
_pushDirprivateprivate System.Int32 _pushDir
_reuseCollisionListprivateprivate System.Collections.Generic.List<System.ValueTuple<Shared.Entity.EntityWrapper, CandideCreator.Shared.Collision.CollisionData>> _reuseCollisionList
_rotatedLineprivateprivate Microsoft.Xna.Framework.Vector2[] _rotatedLine
_speedUpTimerprivateprivate System.Single _speedUpTimer
_spinnerEntityDataprivateprivate Shared.Entity.EntityWrapper _spinnerEntityData
_spinnerMeshprivateprivate CandideCreator.Shared.Models.EntityMesh _spinnerMesh
_storageIdprivateprivate System.Guid _storageId
_topprivateprivate Microsoft.Xna.Framework.Vector2[] _top

Methods

BeforeRender

public System.Void BeforeRender()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash1F5829548DD250373408AC0DCF63E92AB975B1435C3DF58BB4F870A5F43D844D
  • Body hashFDE98D0520528056D3D51E21D99100EBF511290A53EFE965DF9655420207163F
  • IL size198
Referenced calls

CheckCollision

private System.Void CheckCollision(Microsoft.Xna.Framework.Vector2[] line, System.Boolean isDown)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash9EFDA845CD3E2F0C21F697EA3EA613CBB702E0339C5E518A8BCEFFD97534C88D
  • Body hash9FF1A669A25D6092987703BAB7CD4E59BB5E4E2E44F4D354703E977D274F85FE
  • IL size646
Referenced calls
Called by

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashA8EC7E2E62CE3B6A66EC9E8E959831081541F6AC4F3DD8D163C680007F83FD9D
  • Body hash759F7E371D5694EA1BE532601C16796177190F0DF93E3800C6032BF827266A4F
  • IL size70
Referenced calls

EntityUnload

public System.Void EntityUnload()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashE76D2C465D7565A80C6B8B3B422500326ADBF5882408B7F0AD9C892E1D2C1FC2
  • Body hash17B19CE0F0B76BCC97EB8312B2EF9CECDE77FAC802AA52EEC1F73660B3BC1509
  • IL size72
Referenced calls

OnInteract

public System.Void OnInteract(Shared.Entity.EntityWrapper otherEntity)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash2A338410492ECF9CE47F0454F4F1BED928F3E4A814A7783F3604DC998C2B4ACF
  • Body hash4F5C6D48BAE7915AE39A760934E83792076BBAFDC90527432CF0BCFFA40CFB9A
  • IL size91
Referenced calls

OnServerSetState

public System.Void OnServerSetState(System.Int32 state)

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashC31C86B41C8DBC8E82C877839B3D644F846E90EF9755DA32F98084C2889BA896
  • Body hash372C9302AC3A8AF05D8F23BA8C6061D4B5F09A82CE7EA720559B80068B321CDA
  • IL size155
Referenced calls
String literals
  • push_direction
  • has_item
  • progress_scale
  • spinner_rotation
  • progress

SetLocalPushDirection

private System.Void SetLocalPushDirection(System.Int32 pushDirection)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash9E3A303EC6318F252FD45D116A6CFF84F76AACA0D4C808AB9059F432CB541628
  • Body hash78E59F87668BA8A8A2C5663A3FF50F58BE1B550F9EF26C500D0CD0E3DE53E015
  • IL size90
Referenced calls
Called by

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash341F9A088BF4F245A8F892B52CF8A599F6EFF8D871540F9A81C6E3BB6A1EEA20
  • Body hashA3734E36C845EC9AB3CEEA2FF17F2EFC9B231629EF1111E746FA0AA10EACB6C2
  • IL size423
Referenced calls
String literals
  • Pushing

UpdateParameters

private System.Void UpdateParameters()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash82273B5B03388E651ADB96CE2DB4CB7DF3BF326ECD8DCA3ECA42F932BBEE6584
  • Body hash829073AF048A72884F2C03F29067CADED1BB9CE0F3C00779CB60B6F0F27A94E4
  • IL size196
Referenced calls
Called by
String literals
  • building_id
  • ManualMillController: Can't find storage inventory ID
  • ManualMillController: Can't find output inventory ID

WorldLoad

public System.Void WorldLoad()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash2653A9D35B1A020F7A6CBCA268BA0FA4D0FDEAA809A6A25F986038ED0B3DC260
  • Body hashCD6DC2A9385E5DA919E4C4BB2517F2A44B4922ADFCB29BBB6DEA8DC9465EC586
  • IL size42
Referenced calls
String literals
  • event:/buildings/manual_mill_push