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

Method CNodeArray

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

Source from the content-addressed store, hash-verified

2#include "CNodeArray.h"
3
4CNodeArray::CNodeArray( )
5{
6 m_nodeType = nt_array;
7 m_ulTotal = 1;
8 m_iCurrent = 0;
9}
10
11void CNodeArray::Update( const PHOTSPOT Spot )
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected