MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / PlayMonsterLinkedSound

Method PlayMonsterLinkedSound

PanzerChasm/server/map.cpp:405–414  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

403}
404
405void Map::PlayMonsterLinkedSound(
406 const EntityId monster_id,
407 const unsigned int sound_id )
408{
409 monster_linked_sounds_messages_.emplace_back();
410 Messages::MonsterLinkedSound& message= monster_linked_sounds_messages_.back();
411
412 message.monster_id= monster_id;
413 message.sound_id= sound_id;
414}
415
416void Map::PlayMonsterSound(
417 const EntityId monster_id,

Callers 2

operator()Method · 0.45
TickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected