CandideServer.Helpers.ServerSendMessageHelper
Type JSONpublic class in CandideServer.Helpers
Type metadata
- Assembly
CandideServer - Namespace
CandideServer.Helpers - Base type
System.Object - Hash
906838AEB750DF5E0EA79E518FFD50985AD6FD579BF87107924E40BA86FB6605
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
96989303D4FEEDA4F5488B0077B5CDA807F8D8E091F6A56D08E7439D5F5DD658 - Body hash
228DABB7BC76CFFF1B293894EAA5742AD19D0F2CAC62345320B75636B677A79E - IL size54
Referenced calls
CandideServer.MessageModels.PlaySfxOnEntityMessage::.ctor()System.Nullable<System.Single>::.ctor(!0)CandideServer.SyncStrategies.SyncStrategy::Everyone()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)
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)