Romestead Assembly Reference

CandideServer.Entities.ControllerSets.SatyrBoss.ServerSatyrBossArenaTurretSpawner

Type JSON

public class in CandideServer.Entities.ControllerSets.SatyrBoss

Methods6
Properties1
Fields5
Events0
Type metadata
  • AssemblyCandideServer
  • NamespaceCandideServer.Entities.ControllerSets.SatyrBoss
  • Base typeShared.Entity.Base.AbstractController
  • Hash1DAC2F68BEB392F2079C3181C1CC5C1F4BDAC6AFF61CB1A2A90061F2A9C378B7

Relationships

Fields

NameVisibilitySignature
PlayerAmountsTurretPositionsprivateprivate ServerSatyrBossArenaTurretSpawner.PlayerAmountsConfig[] PlayerAmountsTurretPositions
PossiblePositionsprivateprivate Microsoft.Xna.Framework.Vector3[] PossiblePositions
TurretBaseGuidprivateprivate System.Guid TurretBaseGuid
_playerAmountprivateprivate System.Int32 _playerAmount
_spawnedTurretsprivateprivate System.Collections.Generic.Dictionary<System.Int32, System.Nullable<System.Guid>> _spawnedTurrets

Properties

NameVisibilitySignature
CurrentConfigprivateprivate ServerSatyrBossArenaTurretSpawner.PlayerAmountsConfig CurrentConfig

Methods

Enter_Off

private System.Void Enter_Off()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash38FDFA67C7811D087F8FDC959AED4F4DEDFC02BEFF31EA3B989D5F275E0D6738
  • Body hash07A900795B4BA3F3556782163DC89DFAE1B3537E29675CFA24213CCA30246A0E
  • IL size14
Referenced calls
Called by

Enter_On

private System.Void Enter_On()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • Hash4EC023B1EAE4B8552CE64AB494C23117B4DB4613A92B16ABBDECECB95E961C38
  • Body hashB0755F8A4178825A1932A252DF5B590D918E525A07ABB1BB1F8226D93A6A17F8
  • IL size155
Referenced calls
Called by

EntityInitialize

public System.Void EntityInitialize()

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash9C260F4BBBF7111B505B54894C242AF72396FEF9AC63B599AD7C65E2FFF4E344
  • Body hash2A562A02DE7E1BD4B45C7EE3429A99D30065BC185A69360DF48C5335DDA3ED76
  • IL size146
Referenced calls

Reset

private System.Void Reset()

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashF803F6640148B01C2934781050B4E6074D0D82CD5C83290BD20A81A6C10067BD
  • Body hashF4315E239948F70E6D88FCD1EB573E7289A63D1A7BD1974CB6BD2041032CD64F
  • IL size126
Referenced calls
  • System.Collections.Generic.Dictionary<System.Int32, System.Nullable<System.Guid>>::GetEnumerator()
  • Dictionary.Enumerator<System.Int32, System.Nullable<System.Guid>>::get_Current()
  • System.Collections.Generic.KeyValuePair<System.Int32, System.Nullable<System.Guid>>::Deconstruct(!0&, !1&)
  • System.Nullable<System.Guid>::get_HasValue()
  • System.Nullable<System.Guid>::get_Value()
  • CandideServer.ServerManagers.EntityServerManager::RemoveEntity(System.Guid, Shared.Entity.EntityRemoveInfo)
  • System.Collections.Generic.Dictionary<System.Int32, System.Nullable<System.Guid>>::set_Item(!0, !1)
  • Dictionary.Enumerator<System.Int32, System.Nullable<System.Guid>>::MoveNext()
  • System.IDisposable::Dispose()
Called by

SpawnTurrets

private System.Void SpawnTurrets(System.Boolean special)

Method metadata
  • Visibilityprivate
  • Return typeSystem.Void
  • StaticFalse
  • VirtualFalse
  • HashFCB1EE1BCA13932F09702C36666907B9B14BE0EE3ACD60CA5E471DB0601CCFED
  • Body hash5ABFB0EC8ECB6EFE676C41E5B0CB76F945CC4BC4121B6D3619233AE95A92D143
  • IL size216
Referenced calls
  • CandideServer.Entities.ControllerSets.SatyrBoss.ServerSatyrBossArenaTurretSpawner::get_CurrentConfig()
  • System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array, System.RuntimeFieldHandle)
  • System.Collections.Generic.Dictionary<System.Int32, System.Nullable<System.Guid>>::get_Item(!0)
  • System.Nullable<System.Guid>::get_HasValue()
  • System.Nullable<System.Guid>::get_Value()
  • System.Collections.Generic.Dictionary<System.Guid, CandideServer.Entities.ServerEntityModel>::ContainsKey(!0)
  • CandideServer.ServerControllers.SpawnEntityArgs::.ctor()
  • System.Guid::NewGuid()
  • CandideServer.ServerManagers.EntityServerManager::SpawnEntity(CandideServer.ServerControllers.SpawnEntityArgs)
  • System.Nullable<System.Guid>::.ctor(!0)
  • System.Collections.Generic.Dictionary<System.Int32, System.Nullable<System.Guid>>::set_Item(!0, !1)
Called by

Update

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

Method metadata
  • Visibilitypublic
  • Return typeSystem.Void
  • StaticFalse
  • VirtualTrue
  • Hash5A9869C22366172D35AE8E872699FF325286DE222CBBE87DB32FB184910811D1
  • Body hash51C6BB01CD2E7873590B95F9A693ACCF13F9F2622BAE18AD149BCDBD56E464E2
  • IL size358
Referenced calls