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

Method CNodeMatrix

ReClass/CNodeMatrix.cpp:4–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2#include "CNodeMatrix.h"
3
4CNodeMatrix::CNodeMatrix( )
5{
6 m_nodeType = nt_matrix;
7}
8
9void CNodeMatrix::Update( const PHOTSPOT Spot )
10{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected