CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSpawnHandler
Type JSONpublic class in CandideServer.Entities.ControllerSets.RobotBoss
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets.RobotBoss - Base type
System.Object - Hash
72CA5E96826D4E08EBF725224CD72FA669A152FBBF00DEADD70134FCE5EB0B63
Relationships
Base type
System.Object
Fields
| Name | Visibility | Signature |
|---|---|---|
BlockId# | public | public System.Guid BlockId |
BombId# | public | public System.Guid BombId |
CrateId# | public | public System.Guid CrateId |
EntityStunParameter# | private | private System.Collections.Generic.Dictionary<System.String, System.String> EntityStunParameter |
JumpingSkullId# | public | public System.Guid JumpingSkullId |
Methods
GetRandomSpawnPosition
#
public Microsoft.Xna.Framework.Vector3 GetRandomSpawnPosition()
Method metadata
- Visibilitypublic
- Return type
Microsoft.Xna.Framework.Vector3 - StaticTrue
- VirtualFalse
- Hash
4F25C2AC5813F42E73800DE42B1FB451E082A0E3719643B2830CDB4BDCC37D79 - Body hash
DC584AB589FFF804EAF4DF75D900B7375165C18FC301227E1E1AC374A95B41DD - IL size76
Referenced calls
CandideCreator.Shared.Helpers.RandomHelper::NextFloat(System.Random, System.Single, System.Single)Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)
Spawn
#
public System.Void Spawn(Shared.Entity.EntitySystem system, System.Guid guid, Microsoft.Xna.Framework.Vector3 position)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
187D5B3C7E3CB6C8023EAE83CEF88AD00607096D7A43A9A8EA0F50A88496CD23 - Body hash
3EA76FC776FCBC719ABF8CFD41C99360CF50B12848C5C41DE430E7F4CA263A89 - IL size111
Referenced calls
CandideServer.ServerControllers.SpawnEntityArgs::.ctor()Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)System.Guid::NewGuid()CandideServer.ServerManagers.EntityServerManager::SpawnEntity(CandideServer.ServerControllers.SpawnEntityArgs)
SpawnBlocks
#
public System.Void SpawnBlocks(Shared.Entity.EntitySystem system)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
89D74BA58A604EDFBB9175B1FB63525CB4ED06F8978207839E53A3ECFB773FFB - Body hash
0DA76065F36CBFEDE6E0599C3A2B54DDF7FB61169D596D5B082144616599909E - IL size256
Referenced calls
CandideCreator.Shared.Helpers.RandomHelper::NextFloat(System.Random, System.Single, System.Single)Microsoft.Xna.Framework.Vector3::.ctor(System.Single, System.Single, System.Single)CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSpawnHandler::Spawn(Shared.Entity.EntitySystem, System.Guid, Microsoft.Xna.Framework.Vector3)
SpawnRandomPositition
#
public System.Void SpawnRandomPositition(Shared.Entity.EntitySystem system, System.Guid guid)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
776EB6C3C6B2812C7C11559119743107F9379196E31C618F7861932969226878 - Body hash
6ED079437CAF36B927E34C5B09C3D6065388E535776875409E9CD8C8C26157E6 - IL size13
Referenced calls
Called by
CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::StartLaserSweepAttackCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::UpdateSpawnsCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::StartLaserSweepAttackCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::UpdateSpawnsCandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossSpawnHandler::SpawnSkullWave
SpawnSkullWave
#
public System.Void SpawnSkullWave(Shared.Entity.EntitySystem system, System.Int32 count)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
38D4496535B77A5ED27638426AB4C03064954E54DED428792017EFC3263AC1B6 - Body hash
3A279A31AE02CE92F3FF5266950EC080A96518BA73CF73707BF0528F1FC36C40 - IL size24
Referenced calls
Called by
CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::StartTransitionPhase1ToPhase2CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController::StartTransitionPhase2ToPhase3CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::StartTransitionPhase1ToPhase2CandideServer.Entities.ControllerSets.RobotBoss.ServerRobotBossController2::StartTransitionPhase2ToPhase3