CandideServer.ServerServices.ServerSoundAndVfxService
Type JSONpublic class in CandideServer.ServerServices
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.ServerServices - Base type
System.Object - Hash
81047B9BF8C64F62C30942B7B6CD75DBDB005845A8BA6BF526A321525243BC35
Relationships
Base type
System.Object
Methods
PlaySoundOnEntity
#
public System.Void PlaySoundOnEntity(System.Guid entityId, System.String soundEvent, System.Single pitch, System.Single volume)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
DB59E163297C99ADE63C689B64CDE284B4BDE7CA856D3DA3E82B6AB6E219EE00 - Body hash
FD145F8673C97CD2210BF2787362D8CE682F5DDDDF344683898D464142DA3775 - IL size54
Referenced calls
CandideServer.MessageModels.PlaySfxOnEntityMessage::.ctor()System.Nullable<System.Single>::.ctor(!0)CandideServer.ServerServices.ServerSoundAndVfxService::Send_PlaySfxOnEntity(CandideServer.MessageModels.PlaySfxOnEntityMessage, CandideServer.SyncStrategies.SyncStrategy)
PlaySoundOnPosition
#
public System.Void PlaySoundOnPosition(Microsoft.Xna.Framework.Vector3 position, System.Guid worldId, System.String soundEvent, System.Single pitch, System.Single volume)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
2ACB1AE0B691368F541B4A49C2F82488187FA3B39CDBDD7F904CE1A4642C65F5 - Body hash
F4BC28EA45F875EADAA53D9FC49A405CB6A085FDA21E7DF36CA807F3BDAB876E - IL size51
Referenced calls
CandideServer.MessageModels.PlaySfxOnPositionMessage::.ctor()System.Nullable<System.Single>::.ctor(!0)CandideServer.ServerServices.ServerSoundAndVfxService::Send_PlaySfxOnPosition(CandideServer.MessageModels.PlaySfxOnPositionMessage, System.Guid)
Called by
PlaySoundToAll
#
public System.Void PlaySoundToAll(System.String soundEvent)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
20F576402CEAE436782181040BF1B6CD2E4EAB05EEEF16C65C2D4F907DA795A3 - Body hash
8663BEAF7FDB921E747BE90254F815573167CC21FE4139611E9AC79C9CC39211 - IL size18
Referenced calls
CandideServer.MessageModels.PlaySfxMessage::.ctor()CandideServer.ServerServices.ServerSoundAndVfxService::Send_PlaySfxToAll(CandideServer.MessageModels.PlaySfxMessage)
PlaySoundToAllThreadSafe
#
public System.Void PlaySoundToAllThreadSafe(System.String soundEvent)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
03466C14E7B944A2959792FEC89700F7AE4B49300F522D1EE69F9B313DFEDDDD - Body hash
E99785F6A8334D24B47A1899145F11307CFB0B8668B1724DD1C2C64F26D3FFCA - IL size18
Referenced calls
CandideServer.MessageModels.PlaySfxMessage::.ctor()CandideServer.ServerServices.ServerSoundAndVfxService::Send_PlaySfxToAllThreadSafe(CandideServer.MessageModels.PlaySfxMessage)
SendEntitySignal
#
public System.Void SendEntitySignal(Shared.Entity.EntityWrapper entity, System.Byte signal)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
4DD57B0402E1459E61497233A021744E7E0E4D2FC2AB5CE6908D2331302E50C3 - Body hash
0DBFDB75E88475AD71A76D119D30EA3F255D5DB5212676FB32DFA60320958CCE - IL size47
Referenced calls
CandideServer.MessageModels.Entities.EntitySignalMessage::.ctor()Shared.Entity.EntityWrapper::get_Id()Shared.Entity.EntityWrapper::get_Position2()CandideServer.ServerServices.EntityServerService::SendEntitySignalMessage(CandideServer.MessageModels.Entities.EntitySignalMessage, Microsoft.Xna.Framework.Vector2, System.Guid)
Send_EmitParticlesOnPosition
#
public System.Void Send_EmitParticlesOnPosition(CandideServer.MessageModels.EmitParticlesOnPositionMessage msg, System.Guid worldId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
72F6F8DEED6BA02C474316BAA148212BF87506A092226E362646B30BF257EF25 - Body hash
F3CB0FFF726F2C513992E63638375F6D6B7D1BB876435E80A0BCFF9D014392AE - IL size39
Referenced calls
Called by
String literals
emit-particles-on-position
Send_PlaySfxOnEntity
#
public System.Void Send_PlaySfxOnEntity(CandideServer.MessageModels.PlaySfxOnEntityMessage msg, CandideServer.SyncStrategies.SyncStrategy syncStrategy)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
8F928F42A54EB85388CD27473BD5B0A9F78494012B008E2F4F9951F2A3BDBA7E - Body hash
82520DF66463D4B164E4E1B21349CA5096D59CB4D7EA1D890F04908392F8BAED - IL size93
Referenced calls
System.Nullable<System.Single>::GetValueOrDefault()System.Nullable<System.Single>::get_HasValue()CandideServer.ServerGameState::TryGetServerEntity(System.Guid, CandideServer.Entities.ServerEntityModel&, System.String)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideServer.Server.BaseServer::SendHostMessageToPlayersWithLoadedChunks(System.String, System.Object, Microsoft.Xna.Framework.Vector2, CandideServer.SyncStrategies.SyncStrategy, System.Guid)
Called by
BM.PlaySfxOnEntityFromServer::UpdateCandideServer.Buildings.BuildingControllers.MillController::UpdateCandideServer.Buildings.BuildingControllers.WaterMillController::UpdateCandideServer.Entities.Controllers.ServerHiddenTreasureController::OnDamagedCandideServer.Entities.Controllers.ServerInstrumentController::OnInteractCandideServer.Entities.ControllerSets.MinervasOwl.MinervasOwl_SlamAttackTask::UpdateCandideServer.Entities.ControllerSets.PhoenixBoss.PhoenixBoss_EscapeTask::UpdateCandideServer.Entities.ControllerSets.PhoenixBoss.PhoenixBoss_PowerUpAttack::UpdateCandideServer.Entities.ControllerSets.SatyrBoss.ServerSatyrBossArenaController::UpdateSummonSatyrsCandideServer.Helpers.ServerSendMessageHelper::PlaySoundOnEntityCandideServer.ServerServices.ServerSoundAndVfxService::PlaySoundOnEntity
String literals
Send_PlaySfxOnEntityplay-sfx-on-entity
Send_PlaySfxOnPosition
#
public System.Void Send_PlaySfxOnPosition(CandideServer.MessageModels.PlaySfxOnPositionMessage msg, CandideServer.Server.Network.ConnectedPeer peer)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
308D37C5A742927F98220B99CDD4D5B30DB1D709C7BE076969EAC8F2237618C9 - Body hash
8166C10CED4EE5ED4A296CD7A5044B5FEA0CA94BE987C41776318814053B6A03 - IL size55
Referenced calls
System.Nullable<System.Single>::GetValueOrDefault()System.Nullable<System.Single>::get_HasValue()CandideServer.Server.BaseServer::SendHostMessage(System.String, System.Object, CandideServer.Server.Network.ConnectedPeer)
String literals
play-sfx-on-position
Send_PlaySfxOnPosition
#
public System.Void Send_PlaySfxOnPosition(CandideServer.MessageModels.PlaySfxOnPositionMessage msg, System.Guid worldId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
6464E3DEB1C9A2B970E76454CD5C745FC80488D78A4FD6DB99F0F5A86A39C039 - Body hash
98FED672976DBD85803B8BDB7ED4705689039394D7FB245FAA3808A4D00080B4 - IL size76
Referenced calls
System.Nullable<System.Single>::GetValueOrDefault()System.Nullable<System.Single>::get_HasValue()CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideServer.Server.BaseServer::SendHostMessageToNearbyPlayers(System.String, System.Object, Microsoft.Xna.Framework.Vector2, System.Single, CandideServer.SyncStrategies.SyncStrategy, System.Guid)
Called by
BM.PlaySfxOnPositionFromServer::UpdateCandideServer.Entities.Controllers.ServerHiddenTreasureController::SpawnChestFromEntityCandideServer.Entities.ControllerSets.Cyclops.ServerCyclopsArenaController::SpawnEntityCandideServer.Entities.ControllerSets.MinervasOwl.MinervasOwl_SlamAttackTask::StartCandideServer.Helpers.ServerSendMessageHelper::PlaySoundOnPositionCandideServer.ServerServices.ServerSoundAndVfxService::PlaySoundOnPosition
String literals
play-sfx-on-position
Send_PlaySfxOnPosition
#
public System.Void Send_PlaySfxOnPosition(CandideServer.MessageModels.PlaySfxOnPositionMessage msg, System.Guid worldId, CandideServer.SyncStrategies.SyncStrategy syncStrategy)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
63B97FE01581FFD169B1CEEBE040E75902DD20DA0002EC4B2BC3B51EDEB31F2F - Body hash
A2986AACB09BEEB9CC1DC7B145C4FD51D6DD63F3FFEE8D874FA719EFE0E26464 - IL size72
Referenced calls
System.Nullable<System.Single>::GetValueOrDefault()System.Nullable<System.Single>::get_HasValue()CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideServer.Server.BaseServer::SendHostMessageToNearbyPlayers(System.String, System.Object, Microsoft.Xna.Framework.Vector2, System.Single, CandideServer.SyncStrategies.SyncStrategy, System.Guid)
String literals
play-sfx-on-position
Send_PlaySfxToAll
#
public System.Void Send_PlaySfxToAll(CandideServer.MessageModels.PlaySfxMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
2D23010106A2889A1390981121434FCBBEEE0CC63E3BDA1217A5A1085E31544C - Body hash
2968E6AC5C94E2E3E7986C66959736C99E1EF3F5A60EC37D16016A199DFECDDC - IL size17
Referenced calls
String literals
play-sfx
Send_PlaySfxToAllThreadSafe
#
public System.Void Send_PlaySfxToAllThreadSafe(CandideServer.MessageModels.PlaySfxMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
6E9A82CF7EE0688B125A6AE83A260911F74F4AEB79F01A2FA9A0A943C760DFEB - Body hash
C81C1A2E993BF33793392880EE3C07F14F77E2EB8FB31790D0BDF8C112CC3FCA - IL size17
Referenced calls
String literals
play-sfx
Send_PlaySfxToPeer
#
public System.Void Send_PlaySfxToPeer(CandideServer.MessageModels.PlaySfxMessage msg, CandideServer.Server.Network.ConnectedPeer peer)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
8684AD41DF2DAE8E2368F02BA305353C4B7069CAD5D61B10B96D8087998FD300 - Body hash
B80B635F440D44C40373DA3B2F5A615B9CBE4858EE33279F0BA0D1C79F211D17 - IL size18
Referenced calls
String literals
play-sfx
Send_PlaySfxVfxOnEntity
#
public System.Void Send_PlaySfxVfxOnEntity(CandideServer.MessageModels.PlaySfxVfxOnEntityMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
6AA22C94A16FC3354C2BDD0E45B26E40FF1AFCD278AF51A61A811CC36E6FC3FE - Body hash
8C15CFDBAB7C14C10DBC6A28B26DCEB1AD4C7F3001C8AA4F894C83337B0CA072 - IL size60
Referenced calls
CandideServer.ServerGameState::TryGetServerEntity(System.Guid, CandideServer.Entities.ServerEntityModel&, System.String)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideServer.Server.BaseServer::SendHostMessageToPlayersWithLoadedChunks(System.String, System.Object, Microsoft.Xna.Framework.Vector2, CandideServer.SyncStrategies.SyncStrategy, System.Guid)
Called by
String literals
Send_PlaySfxVfxOnEntityplay-sfx-vfx-on-entity
Send_PlaySfxVfxOnPosition
#
public System.Void Send_PlaySfxVfxOnPosition(CandideServer.MessageModels.PlaySfxVfxOnPositionMessage msg, System.Guid worldId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
322341BCCA9909B8C27832EE24141489C0A69E838D4CF1FBBD8CB8FE92D7B0A4 - Body hash
BD7A9340D23B0F5A2D0BD83BA257ADBE69373C53867B811383A5A806A085D196 - IL size39
Referenced calls
String literals
play-sfx-vfx-on-position
Send_PlayVfxOnEntity
#
public System.Void Send_PlayVfxOnEntity(CandideServer.MessageModels.PlayVfxOnEntityMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
3CB50FC12134ABF8BDE66D3A8E92DD59C6A9233AD48916789F7BFD4DDF2FD524 - Body hash
989E1BDC8870E9A2EA7E59F21D47AF42C8C32B55237300ECA1E6E42E4ECB2618 - IL size60
Referenced calls
CandideServer.ServerGameState::TryGetServerEntity(System.Guid, CandideServer.Entities.ServerEntityModel&, System.String)CandideCreator.Shared.Helpers.VectorExtension::ToVector2(Microsoft.Xna.Framework.Vector3)CandideServer.Server.BaseServer::SendHostMessageToPlayersWithLoadedChunks(System.String, System.Object, Microsoft.Xna.Framework.Vector2, CandideServer.SyncStrategies.SyncStrategy, System.Guid)
Called by
String literals
Send_PlayVfxOnEntityplay-vfx-on-entity
Send_PlayVfxOnPosition
#
public System.Void Send_PlayVfxOnPosition(CandideServer.MessageModels.PlayVfxOnPositionMessage msg, System.Guid worldId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
C2B7E74AE4A1635EB1DB71F9EF3FAA333269AD1D5263131F6312243A2096FB08 - Body hash
3897B8E4D7BFF7292EA1E11926B1CA69E673F08BE706E82B8D6FEE3A7343653F - IL size39
Referenced calls
Called by
String literals
play-vfx-on-position