MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / ScriptTemplate

Class ScriptTemplate

core/object/script_language.h:255–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253 };
254
255 struct ScriptTemplate {
256 String inherit = "Object";
257 String name;
258 String description;
259 String content;
260 int id = 0;
261 TemplateLocation origin = TemplateLocation::TEMPLATE_BUILT_IN;
262
263 String get_hash() const {
264 return itos(origin) + inherit + name;
265 }
266 };
267
268 /// @name EDITOR FUNCTIONS
269 /// @{

Callers 2

_get_current_templateMethod · 0.85
_parse_templateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected