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

Inherits MemoryPoolObject.

Public Attributes

PartitionContactListNodem_nextHash
 next node with same hash value
 
PartitionContactListNodem_next
 next node
 
PartitionDatam_obj
 one object that is possibly colliding
 
PartitionDatam_other
 the other object (or null for collisions with the terrain)
 
Int m_hashValue
 index into hash table
 

Additional Inherited Members

- Public Member Functions inherited from MemoryPoolObject
void deleteInstance ()
 
- Protected Member Functions inherited from MemoryPoolObject
virtual ~MemoryPoolObject ()
 
void * operator new (size_t s)
 
void operator delete (void *p)
 
virtual MemoryPoolgetObjectMemoryPool ()=0
 

Detailed Description

Definition at line 982 of file PartitionManager.cpp.

Member Data Documentation

◆ m_hashValue

Int PartitionContactListNode::m_hashValue

index into hash table

Definition at line 991 of file PartitionManager.cpp.

◆ m_next

PartitionContactListNode* PartitionContactListNode::m_next

next node

Definition at line 988 of file PartitionManager.cpp.

◆ m_nextHash

PartitionContactListNode* PartitionContactListNode::m_nextHash

next node with same hash value

Definition at line 987 of file PartitionManager.cpp.

◆ m_obj

PartitionData* PartitionContactListNode::m_obj

one object that is possibly colliding

Definition at line 989 of file PartitionManager.cpp.

◆ m_other

PartitionData* PartitionContactListNode::m_other

the other object (or null for collisions with the terrain)

Definition at line 990 of file PartitionManager.cpp.


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