MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / Initialize

Method Initialize

Source/Objects/reflectioncaptureobject.cpp:44–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42extern bool g_debug_runtime_disable_reflection_capture_object_draw;
43
44bool ReflectionCaptureObject::Initialize() {
45 obj_file = "reflection_capture_object";
46 sp.ASAddIntCheckbox("Global", false);
47 return true;
48}
49
50void ReflectionCaptureObject::Moved(Object::MoveType type) {
51 Object::Moved(type);

Callers

nothing calls this directly

Calls 1

ASAddIntCheckboxMethod · 0.80

Tested by

no test coverage detected