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

Method CNodeClassInstance

ReClass/CNodeClassInstance.cpp:4–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "CNodeClassInstance.h"
3
4CNodeClassInstance::CNodeClassInstance( )
5 : m_pNode( NULL )
6{
7 m_nodeType = nt_instance;
8}
9
10void CNodeClassInstance::Update( const PHOTSPOT Spot )
11{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected