MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetReplicationFlags

Method GetReplicationFlags

BG3Extender/GameDefinitions/EntitySystem.cpp:861–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

859}
860
861BitSet<>* EntitySystemHelpersBase::GetReplicationFlags(EntityHandle const& entity, ExtComponentType type)
862{
863 if (components_[(unsigned)type].ReplicationIndex == UndefinedReplicationComponent) {
864 return nullptr;
865 }
866
867 return GetReplicationFlags(entity, components_[(unsigned)type].ReplicationIndex);
868}
869
870BitSet<>* EntitySystemHelpersBase::GetReplicationFlags(EntityHandle const& entity, ReplicationTypeIndex replicationType)
871{

Callers

nothing calls this directly

Calls 3

GetEntityWorldFunction · 0.85
SizeMethod · 0.45
try_getMethod · 0.45

Tested by

no test coverage detected