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

Method HasFeatureFlag

BG3Extender/Extender/ScriptExtender.cpp:359–363  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

357}
358
359bool ScriptExtender::HasFeatureFlag(char const * flag) const
360{
361 return (server_.HasExtensionState() && server_.GetExtensionState().HasFeatureFlag(flag))
362 || (client_.HasExtensionState() && client_.GetExtensionState().HasFeatureFlag(flag));
363}
364
365ExtensionStateBase* ScriptExtender::GetCurrentExtensionState()
366{

Callers 2

PreProcessStoryMethod · 0.45
OnCloseHandleMethod · 0.45

Calls 2

GetExtensionStateMethod · 0.80
HasExtensionStateMethod · 0.45

Tested by

no test coverage detected