EvEmu
0.8.4
11 September 2021
|
#include "EntityList.h"
Public Attributes | |
std::set< uint32 > | characters |
std::set< uint32 > | locations |
std::set< uint32 > | corporations |
Definition at line 56 of file EntityList.h.
std::set<uint32> MulticastTarget::characters |
Definition at line 58 of file EntityList.h.
Referenced by LSCChannel::Evacuate(), LSCChannel::JoinChannel(), LSCChannel::LeaveChannel(), CorporationDB::MoveShares(), EntityList::Multicast(), and LSCChannel::SendMessage().
std::set<uint32> MulticastTarget::corporations |
Definition at line 60 of file EntityList.h.
Referenced by CorporationDB::MoveShares(), EntityList::Multicast(), and AttributeMap::SendChanges().
std::set<uint32> MulticastTarget::locations |
Definition at line 59 of file EntityList.h.
Referenced by EntityList::Multicast(), and AttributeMap::SendChanges().