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

Method CNodePtrArray

ReClass/CNodePtrArray.cpp:4–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "CNodePtrArray.h"
3
4CNodePtrArray::CNodePtrArray( )
5 : m_ulPtrCount( 1 )
6 , m_iCurrentIndex( 0 )
7 , m_pNodePtr( new CNodePtr )
8{
9 m_nodeType = nt_ptrarray;
10}
11
12NODESIZE CNodePtrArray::Draw( const PVIEWINFO View, int x, int y )
13{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected