Romestead Assembly Reference

Candide.Entities.PlayerState.PlayerStates.UnarmedAttackState

Type JSON

public class in Candide.Entities.PlayerState.PlayerStates

Methods7
Properties1
Fields10
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
AttackIsBufferedprotectedprotected System.Boolean AttackIsBuffered
AttackStanceStateprotectedprotected System.Int32 AttackStanceState
DashIsBufferedprotectedprotected System.Boolean DashIsBuffered
Directionprotectedprotected Microsoft.Xna.Framework.Vector2 Direction
Rangepublicpublic System.Single Range
ShieldIsBufferedprotectedprotected System.Boolean ShieldIsBuffered
SwingTimerpublicpublic System.Single SwingTimer
TransitionDashprotectedprotected Candide.Entities.PlayerState.PlayerTransition TransitionDash
TransitionNormalprotectedprotected Candide.Entities.PlayerState.PlayerTransition TransitionNormal
TransitionShieldprotectedprotected Candide.Entities.PlayerState.PlayerTransition TransitionShield

Properties

NameVisibilitySignature
EnergyCostpublicpublic System.Single EnergyCost

Methods

CanCast

public System.Boolean CanCast()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash34BC5627F8B286432016D3A6229D0793A3C14E0F4BE832218D0A997B96A4ECE5
  • Body hash94B5C8D2583DADCF638BAA73CA5405A44C1E9B6F7D77EC616D86EE89A799C0FB
  • IL size24
Referenced calls
  • Candide.Entities.PlayerState.PlayerState::get_Entity()
  • Shared.Entity.EntityWrapper::get_Energy()
  • Candide.Entities.PlayerState.PlayerStates.UnarmedAttackState::get_EnergyCost()
Called by

Cast

public System.Void Cast()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash40AA1C8AD2FE5D88DF937DA46BBC8467C6565251379D934CDAB8E625E1978FB1
  • Body hash89D75C0F252BFFA71AB8B6F2AE73F1A9E58E1D52DED35651E564F7C89EF3EA19
  • IL size939
Referenced calls
Called by
String literals
  • unarmed_powerful_strike
  • aura:favour:knockout_countdown
  • unarmed_armor_damage
  • Armor
  • skill:unarmed
  • UnarmedAttackState: Failed creating CastSpellArgs

CheckCanEnter

public System.Boolean CheckCanEnter()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Boolean
  • StaticFalse
  • VirtualTrue
  • Hash46159382FE5CEAE895CA17F2401CABDE934476D52626C17F0893B165FBD463BE
  • Body hash94B5C8D2583DADCF638BAA73CA5405A44C1E9B6F7D77EC616D86EE89A799C0FB
  • IL size24
Referenced calls
  • Candide.Entities.PlayerState.PlayerState::get_Entity()
  • Shared.Entity.EntityWrapper::get_Energy()
  • Candide.Entities.PlayerState.PlayerStates.UnarmedAttackState::get_EnergyCost()

DoBufferedTransitions

private System.Void DoBufferedTransitions()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash2F81C3FBBE799006272E226701F02660A50845E87C58F8818A75FB016501474E
  • Body hashB63783211D664D62729C1616B9D189C9ABB6FC31F713AF6953D6C0BA6E79C43E
  • IL size148
Referenced calls
Called by

OnEnter

public System.Void OnEnter()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash92CD32B7DDCB74BB83CBF0F4F886F1A7E8167DCA0CD71121712DFDD7C3FFF303
  • Body hash8A00DBFA0C83F1CB02E93E36D42368B7B9F521B2068C27A38AC2A29698F5E9EB
  • IL size397
Referenced calls
String literals
  • Player_NotEnoughEnergy

OnLeave

public System.Void OnLeave()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashEAAD8E15EF8C10BCC023ADB65D9A2E6D9C4C7BF1F51BB1B950D90B21D3F19AE3
  • Body hash1D67C580A4B01DF317956449091BD41CF447876DF76162144D53CC36326C8C4D
  • IL size38
Referenced calls
  • Candide.Entities.PlayerState.PlayerState::get_Entity()
  • Shared.Entity.EntityWrapper::set_Frame(System.Int32)

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • HashB0327BC879BEB7346AE6C096F224CBE55C21AE3EA41D6F7D99150386CF4C14EB
  • Body hashF89E047634D1C997CF9D64E36FE640082AFE728FA1BA3A3486E5B8D9B11F709F
  • IL size290
Referenced calls