Candide.GameModels.Services.DungeonService
Type JSONpublic class in Candide.GameModels.Services
Type metadata
- Assembly
Romestead - Namespace
Candide.GameModels.Services - Base type
System.Object - Hash
C6C3F0C21C518FFE2B9BF540A2BD797541D4D837F11F98E7FC007153683FF76B
Relationships
Base type
System.Object
Methods
OnReceive_DiscoverDungeonLocation
#
public System.Void OnReceive_DiscoverDungeonLocation(CandideServer.MessageModels.Dungeons.DiscoverDungeonLocationMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
62E7E0C622AD1ADB2E2332440F25B3CD6E0B921FAF1F22189746532DD54F20E1 - Body hash
B615362E1AA19C342DB4612B1C8BD06F4F6D64A06DE2F32ED0F2A2909620FA2F - IL size18
OnReceive_UpdateActiveDungeon
#
public System.Void OnReceive_UpdateActiveDungeon(CandideServer.MessageModels.Dungeons.ActiveDungeonMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
B5447AEB66A1E6701D9D3406F1918140A1ABF4D7F6E942F2FE7167A3031DFBB1 - Body hash
D1B20C970A8BE102EC81FC30C84A60D90E6F55C775CC611F5311C2E5B269BCD8 - IL size59
Referenced calls
Candide.GameModels.Controllers.WorldController::AddWorld(CandideServer.Models.Worlds.WorldModel)Candide.GameModels.Controllers.DungeonController::SetActiveDungeon(CandideServer.Models.Dungeons.ActiveDungeonModel)Candide.Sound.SoundPlayer::PlayEventOneShot(System.String, System.Single, System.Single)
String literals
event:/music/stingers/dungeon_discovered
OnReceive_UpdateDungeonLocation
#
public System.Void OnReceive_UpdateDungeonLocation(CandideServer.MessageModels.Dungeons.DungeonLocationMessage msg)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
8E8AEBB73055599EDC9C6B8CAD6B051B4F57D328231E20C332FB345D382CA643 - Body hash
A0AD5B70EDD1754E536D8C45C718DEB2315A080520627434F96C0AFBB71995B9 - IL size12
Send_DiscoverDungeonLocation
#
public System.Void Send_DiscoverDungeonLocation(System.Guid locationId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
8A372D23C7552C1A408BC101BEB3201841F544A5FE3295B0A9FB7A11F688A06E - Body hash
D6E481914520FFBF1A4E4F4E410B3C705EBB23586EC26179465CE6392D9351D3 - IL size34
Referenced calls
String literals
discover-dungeon
Send_SpawnDungeonCheat
#
public System.Void Send_SpawnDungeonCheat(System.String challengeDungeonId, Microsoft.Xna.Framework.Vector3 playerPosition)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
5001001E291EF5D66B914706B1C8A9700653935C6C74A5185DC934CB5CB70F33 - Body hash
BD6D29F992861BC17412E195E4625EDCAE7995AE262432F74320B1C79C6CC8B9 - IL size31
Referenced calls
CandideServer.MessageModels.Dungeons.SpawnDungeonCheatMessage::.ctor()Candide.Multiplayer.Network.NetworkManager::SendMessage(System.String, System.Object, System.Byte)
String literals
spawn-dungeon-cheat
Send_TryEnterDoor
#
public System.Void Send_TryEnterDoor(System.Guid locationId, System.Guid roomId, System.Int32 nextExitDirection)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
A3189CCB47945478287EB190268256EF60DA3F5F043B1E57C1119E13F9BB1429 - Body hash
C35D7B0D52394EEDB2CBB4310AFDA72E4E9F132290EA96AB06EBB79C791F156A - IL size38
Referenced calls
CandideServer.MessageModels.Dungeons.TryEnterDungeonRoomMessage::.ctor()Candide.Multiplayer.Network.NetworkManager::SendMessage(System.String, System.Object, System.Byte)
String literals
try-enter-room
Send_TryEnterDungeon
#
public System.Void Send_TryEnterDungeon(System.Guid locationId)
Method metadata
- Visibilitypublic
- Return type
System.Void - StaticTrue
- VirtualFalse
- Hash
82D49243102981EFABFCC0EC5CA4C99F09512DD1B83A773592B1CB21EA8BA351 - Body hash
7FFDC2CAA4F3E8CFCFCD7B0418CE727C7AB5B8B777C5344FD842944214BB4619 - IL size24
Referenced calls
CandideServer.MessageModels.Dungeons.TryEnterDungeonMessage::.ctor()Candide.Multiplayer.Network.NetworkManager::SendMessage(System.String, System.Object, System.Byte)
String literals
try-enter-dungeon