MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / NodeTypeToString

Function NodeTypeToString

ReClass/NodeType.h:89–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87};
88
89__inline const TCHAR* NodeTypeToString( NodeType type )
90{
91 return s_NodeTypes[type];
92}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected