Romestead Assembly Reference

CandideServer.Entities.Controllers.ServerBulletHellController

Type JSON

public class in CandideServer.Entities.Controllers

Methods4
Properties0
Fields8
Events0
Type metadata

Relationships

Fields

NameVisibilitySignature
_activeDurationprivateprivate System.Single _activeDuration
_attackCooldownprivateprivate System.Single _attackCooldown
_attackTimerprivateprivate System.Single _attackTimer
_idleDurationprivateprivate System.Single _idleDuration
_mouthOffsetsprivateprivate System.Collections.Generic.List<Microsoft.Xna.Framework.Vector3> _mouthOffsets
_mouthStayOpenDurationprotectedprotected System.ValueTuple<System.Single, System.Single> _mouthStayOpenDuration
_openAndCloseEyesDurationprivateprivate System.Single _openAndCloseEyesDuration
_spellIdprivateprivate System.String _spellId

Methods

AddMouthOffset

private System.Void AddMouthOffset(System.Single x, System.Single y, System.Single z)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashFA228672083E389F7DC42823C68BB513DA35B84E5EFD284D630D7A69E358C19A
  • Body hash185DC70DA4B6CFCFC22EF7EB049C688B696EE18F8E8AA357429C42AA9131A0BC
  • IL size117
Referenced calls
  • Shared.Entity.EntityWrapper::get_Shape()
  • Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)
  • Microsoft.Xna.Framework.Vector3::op_Addition(Microsoft.Xna.Framework.Vector3, Microsoft.Xna.Framework.Vector3)
  • System.Collections.Generic.List<Microsoft.Xna.Framework.Vector3>::Add(!0)
Called by

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash65A19A2C37D45F89691707CD51EC0FC62990D72EAA218A5BCE38CF3495AF78AC
  • Body hash1994BCC44B3692487A5693B6BF95D6A9128894E5B19C50109C8F7C4BE820682A
  • IL size202
Referenced calls
Called by
String literals
  • active_duration
  • time_between_shots
  • spell_id
  • cyclops_eye_attack:0
  • open_and_close_eyes_duration
  • idle_duration
  • mouth_stay_open_before_attack_duration
  • mouth_stay_open_after_attack_duration

SetUpMouthOffsets

private System.Void SetUpMouthOffsets()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash3276673E80A4A6C06DE375AF8B16E36BA7779130CAD069C6C35DC9E66A277AFA
  • Body hash1DE27A764A369F7322697E424B8E7AD1D4F476F891C2EC444D6B8C03E9AFD243
  • IL size232
Referenced calls
Called by

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash300CC7DAE60F03CCF11D6C44D7658586FF772654F503C24BDF5C2B3A9C8F215E
  • Body hashF40876D8F3D2C2606E1527E54461925F569AA296BFF331932623292B49AAD999
  • IL size447
Referenced calls
Called by