Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDRETools/gdsdecomp
/ is_instance_recording_properties
Method
is_instance_recording_properties
compat/fake_script.cpp:85–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
bool FakeScript::is_instance_recording_properties() const {
86
return instance_can_record_properties;
87
}
88
89
void FakeScript::set_instance_recording_properties(bool p_recording) {
90
instance_can_record_properties = p_recording;
Callers
1
set
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected