Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ MemberDocData
Class
MemberDocData
modules/gdscript/gdscript_parser.h:294–300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
292
};
293
294
struct MemberDocData {
295
String description;
296
bool is_deprecated = false;
297
String deprecated_message;
298
bool is_experimental = false;
299
String experimental_message;
300
};
301
#endif // TOOLS_ENABLED
302
303
struct Node {
Callers
1
parse_doc_comment
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected