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

Method CNodeCustom

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

Source from the content-addressed store, hash-verified

2#include "CNodeCustom.h"
3
4CNodeCustom::CNodeCustom( )
5{
6 m_nodeType = nt_custom;
7 m_strName = _T( "Custom" );
8 m_ulMemorySize = sizeof( void* );
9}
10
11void CNodeCustom::Update( const PHOTSPOT Spot )
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected