MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / ScriptStatus

Method ScriptStatus

Source/ScriptStatus.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47namespace py = pybind11;
48
49ScriptStatus::ScriptStatus()
50{
51 ScriptModule::CheckIfPythonEverSuccessfullyInitialized();
52 if ((TheSynth->IsLoadingState() || Prefab::sLoadingPrefab) && ScriptModule::sHasPythonEverSuccessfullyInitialized)
53 ScriptModule::InitializePythonIfNecessary();
54}
55
56ScriptStatus::~ScriptStatus()
57{

Callers

nothing calls this directly

Calls 1

IsLoadingStateMethod · 0.80

Tested by

no test coverage detected