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

Class ClassDocData

modules/gdscript/gdscript_parser.h:284–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283#ifdef TOOLS_ENABLED
284 struct ClassDocData {
285 String brief;
286 String description;
287 Vector<Pair<String, String>> tutorials;
288 bool is_deprecated = false;
289 String deprecated_message;
290 bool is_experimental = false;
291 String experimental_message;
292 };
293
294 struct MemberDocData {
295 String description;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected