Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
CObjectManager::ObjectKey Struct Reference

#include <ObjectManager.h>

Public Member Functions

 ObjectKey (const CStrW &name, const std::vector< u8 > &var)
 
bool operator< (const CObjectManager::ObjectKey &a) const
 

Private Attributes

CStrW ActorName
 
std::vector< u8ActorVariation
 

Detailed Description

Definition at line 42 of file ObjectManager.h.

Constructor & Destructor Documentation

CObjectManager::ObjectKey::ObjectKey ( const CStrW &  name,
const std::vector< u8 > &  var 
)
inline

Definition at line 44 of file ObjectManager.h.

Member Function Documentation

bool CObjectManager::ObjectKey::operator< ( const CObjectManager::ObjectKey a) const

Definition at line 46 of file ObjectManager.cpp.

Member Data Documentation

CStrW CObjectManager::ObjectKey::ActorName
private

Definition at line 50 of file ObjectManager.h.

std::vector<u8> CObjectManager::ObjectKey::ActorVariation
private

Definition at line 51 of file ObjectManager.h.


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