CandideServer.Entities.ControllerSets.ServerEntitySpawnerController
Type JSONpublic class in CandideServer.Entities.ControllerSets
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Entities.ControllerSets - Base type
Shared.Entity.Base.AbstractController - Hash
FF40CF5CCCFCDC2254CA41E1917CBE80C2708ED7F353C9AA6994A9045886E21C
Relationships
Base type
Fields
| Name | Visibility | Signature |
|---|---|---|
_spawnList# | private | private System.Collections.Generic.List<System.Guid> _spawnList |
_useFallen# | private | private System.Boolean _useFallen |
_useProps# | private | private System.Boolean _useProps |
_useSatyrs# | private | private System.Boolean _useSatyrs |
Methods
EntityInitialize
#
public System.Void EntityInitialize()
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualTrue
- Hash
7713B39AD359448D973CDF1B17F468B13DE295A5FA78232F346E03E5AB5C9A82 - Body hash
3524552FA25FC7498715B7697DE744FF440A45D5D3405EC81773F38072C2CEFB - IL size233
Referenced calls
CandideCreator.Shared.Helpers.Parameters::GetBool(System.String, System.Boolean)CandideServer.Entities.ControllerSets.ServerEntitySpawnerController::SetUpSpawnList()Shared.Entity.EntityWrapper::get_Id()System.Object::GetHashCode()System.Collections.Generic.List<System.Guid>::get_Count()CandideCreator.Shared.Helpers.MathExtension::Mod(System.Int32, System.Int32)System.Collections.Generic.List<System.Guid>::get_Item(System.Int32)CandideServer.ServerControllers.SpawnEntityArgs::.ctor()Shared.Entity.EntityWrapper::get_Position()System.Collections.Generic.Dictionary<System.String, System.String>::.ctor()System.Guid::NewGuid()CandideServer.ServerManagers.EntityServerManager::SpawnEntity(CandideServer.ServerControllers.SpawnEntityArgs)
String literals
fallensatyrsprops
SetUpSpawnList
#
private System.Void SetUpSpawnList()
Method metadata
- Visibilityprivate
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
451BC429B35F4689661D00136F36D69DFE71000BDC5A30216AE000B30A4AD26F - Body hash
C4AA25996EFFD0FD1BED7F038824900402B4C4758D33158F2FADCE517E95131A - IL size80
Referenced calls
System.Collections.Generic.List<System.Guid>::Clear()System.Collections.Generic.List<System.Guid>::AddRange(System.Collections.Generic.IEnumerable<!0>)