MCPcopy Create free account
hub / github.com/UE4SS-RE/RE-UE4SS / fire_program_start

Method fire_program_start

UE4SS/src/Mod/CppMod.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 auto CppMod::fire_program_start() -> void
132 {
133 if (m_mod)
134 {
135 m_mod->on_program_start();
136 }
137 }
138
139 auto CppMod::fire_update() -> void
140 {

Callers 1

Calls 1

on_program_startMethod · 0.45

Tested by

no test coverage detected