Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
ConnectionStruct Struct Reference

#include <meshcon.h>

Public Member Functions

 ConnectionStruct (void)
 
 operator== (const ConnectionStruct &that)
 
 operator!= (const ConnectionStruct &that)
 

Public Attributes

int BoneIndex
 
char ObjectName [2 *W3D_NAME_LEN]
 
INode * MeshINode
 

Detailed Description

Definition at line 72 of file meshcon.h.

Constructor & Destructor Documentation

◆ ConnectionStruct()

ConnectionStruct::ConnectionStruct ( void )
inline

Definition at line 74 of file meshcon.h.

Member Function Documentation

◆ operator!=()

ConnectionStruct::operator!= ( const ConnectionStruct & that)
inline

Definition at line 85 of file meshcon.h.

◆ operator==()

ConnectionStruct::operator== ( const ConnectionStruct & that)
inline

Definition at line 84 of file meshcon.h.

Member Data Documentation

◆ BoneIndex

int ConnectionStruct::BoneIndex

Definition at line 79 of file meshcon.h.

◆ MeshINode

INode* ConnectionStruct::MeshINode

Definition at line 81 of file meshcon.h.

◆ ObjectName

char ConnectionStruct::ObjectName[2 *W3D_NAME_LEN]

Definition at line 80 of file meshcon.h.


The documentation for this struct was generated from the following file: