| 389 | virtual char const* GetName() const { return HasParentNode() ? m_pParentNode->GetName() : "Root Graph"; } |
| 390 | |
| 391 | // Get the special category ID for this graph, this is used to restrict nodes to specific types of graphs |
| 392 | inline StringID GetCategory() const { return m_subType; } |
| 393 | |
| 394 | // Does this graph support adding comment nodes |
no outgoing calls
no test coverage detected