CandideServer.ServerControllers.SpawnEntityArgs
Type JSONpublic class in CandideServer.ServerControllers
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.ServerControllers - Base type
System.Object - Hash
5269DB9A6657CDB4E66A615BE80E6717C8FB9190AE648973D4F72A0087DEB53A
Relationships
Base type
System.Object
Referenced by types
CandideServer.Entities.Controllers.Enemies.ServerGhostlyWomanControllerCandideServer.Entities.ControllerSets.MinervasOwl.MinervasOwl_LightningAttackTaskCandideServer.Entities.ControllerSets.Pots.ExplosivePot.ServerLightningPotControllerCandideServer.Entities.ControllerSets.Talos.ServerTalosArenaControllerCandideServer.Entities.ControllerSets.Talos.ServerTalosFloorPitControllerCandideServer.Entities.ControllerSets.Talos.ServerTalosSideChainControllerCandideServer.ServerControllers.EntitySControllerCandideServer.ServerControllers.WorldSControllerCandideServer.ServerManagers.EntityServerManagerCandideServer.ServerManagers.PoiServerManagerCandideServer.ServerSystems.EntitySpawnServerSystemCandideServer.World.Generation.PointOfInterestInserter
Fields
| Name | Visibility | Signature |
|---|---|---|
BaseId# | public | public System.Guid BaseId |
Direction# | public | public System.Single Direction |
DynamicSpawn# | public | public System.Boolean DynamicSpawn |
Elite# | public | public System.Boolean Elite |
EntityType# | public | public Shared.Entity.EntityType EntityType |
FrameOverride# | public | public System.Nullable<System.Int32> FrameOverride |
Id# | public | public System.Guid Id |
InventoryId# | public | public System.Nullable<System.Guid> InventoryId |
Leader# | public | public System.Nullable<System.Guid> Leader |
MapUniqueId# | public | public System.UInt16 MapUniqueId |
MaxHealth# | public | public System.Nullable<System.Single> MaxHealth |
Parameters# | public | public System.Collections.Generic.Dictionary<System.String, System.String> Parameters |
Position# | public | public Microsoft.Xna.Framework.Vector3 Position |
RaidId# | public | public System.Nullable<System.Guid> RaidId |
State# | public | public System.Nullable<System.Int32> State |
Velocity# | public | public Microsoft.Xna.Framework.Vector3 Velocity |
WorldId# | public | public System.Guid WorldId |
Methods
AddParameter
#
public System.Void AddParameter(System.String key, System.String value)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
0E96B2D599FE68317FD95B191668C4CA5538857EE497B388E5AC825A53CB73BE - Body hash
F180AA2BC3586CD219F552B073B089C525B3AEB1E53E0432235BCC4A88821462 - IL size113
Referenced calls
System.Collections.Generic.Dictionary<System.String, System.String>::.ctor()System.Collections.Generic.Dictionary<System.String, System.String>::TryAdd(!0, !1)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)
String literals
Tried to set parameter '' to '' while spawning entity but key was already set.
AddParameters
#
public System.Void AddParameters(System.Collections.Generic.Dictionary<System.String, System.String> parameters)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticFalse
- VirtualFalse
- Hash
1656588E82484631D319703DB03FC4059B34A1EC39FCF20772882502674934AF - Body hash
32EFB77BB2105CCF929AAE750C3334FE109BDDB6031176E95DDF5CCABAAFAA7D - IL size172
Referenced calls
System.Collections.Generic.Dictionary<System.String, System.String>::.ctor()System.Collections.Generic.Dictionary<System.String, System.String>::GetEnumerator()Dictionary.Enumerator<System.String, System.String>::get_Current()System.Collections.Generic.KeyValuePair<System.String, System.String>::Deconstruct(!0&, !1&)System.Collections.Generic.Dictionary<System.String, System.String>::TryAdd(!0, !1)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::.ctor(System.Int32, System.Int32)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendLiteral(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::AppendFormatted(System.String)System.Runtime.CompilerServices.DefaultInterpolatedStringHandler::ToStringAndClear()CandideCreator.Shared.Helpers.ServerWarningHelper::Warning(System.String)Dictionary.Enumerator<System.String, System.String>::MoveNext()System.IDisposable::Dispose()
String literals
Tried to set parameter '' to '' while spawning entity but key was already set.