MCPcopy Create free account
hub / github.com/GDRETools/gdsdecomp / using_script_class

Method using_script_class

utility/resource_info.cpp:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <core/io/json.h>
5
6bool ResourceInfo::using_script_class() const {
7 return !script_class.is_empty();
8}
9Ref<ResourceInfo> ResourceInfo::from_dict(const Dictionary &dict) {
10 Ref<ResourceInfo> ri = memnew(ResourceInfo);
11 ri->uid = dict.get("uid", ResourceUID::INVALID_ID);

Callers 2

set_save_settingsMethod · 0.80
set_save_settingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected