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

Method CNodeText

ReClass/CNodeText.cpp:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "CNodeText.h"
3
4CNodeText::CNodeText( )
5{
6 m_nodeType = nt_text;
7 m_strName = _T( "Text" );
8 m_dwMemorySize = 16;
9}
10
11void CNodeText::Update( const PHOTSPOT Spot )
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected