OBJTYPE_DATA Struct Reference

Record of object type data plus link to the source GE (id). More...

#include <objTypePool.h>

List of all members.

Public Types

enum  eType { kUnknown = 0, kCombatant = 1, kPickup = 2, kCover = 3 }
 Object Type Enum. More...

Public Attributes

long m_id
 Unique GE ID.
eType m_eType
 Type of object.
int m_value
 Additional identification (such as "team" in the case of kCombatant type).


Detailed Description

Record of object type data plus link to the source GE (id).

(c) 2007-2008 oP group Germany GbR. All rights reserved.
This source code is provided "as is" with no warranty and must not be distributed without written permission.

Author:
Doug Poston
Version:
1.3
Date:
12/28/2007

Member Enumeration Documentation

enum OBJTYPE_DATA::eType

Object Type Enum.

Enumerator:
kUnknown  Unknown type.
kCombatant  Combatant AI or player (value contains side, team, faction, etc.).
kPickup  Pickup item (value contains type).
kCover  Can be used for cover.


The documentation for this struct was generated from the following file:
Generated on Fri Dec 28 12:55:08 2007 for template7 by  doxygen 1.5.4