xoreos  0.0.5
Public Member Functions | Public Attributes | List of all members
Engines::NWN::Creature::Associate Struct Reference

An associate. More...

Collaboration diagram for Engines::NWN::Creature::Associate:
Collaboration graph
[legend]

Public Member Functions

 Associate (AssociateType t=kAssociateTypeNone, Creature *a=0)
 

Public Attributes

AssociateType type
 The associate's type. More...
 
Creatureassociate
 The associate. More...
 

Detailed Description

An associate.

Definition at line 302 of file creature.h.

Constructor & Destructor Documentation

◆ Associate()

Engines::NWN::Creature::Associate::Associate ( AssociateType  t = kAssociateTypeNone,
Creature a = 0 
)

Definition at line 63 of file creature.cpp.

Member Data Documentation

◆ associate

Creature* Engines::NWN::Creature::Associate::associate

The associate.

Definition at line 304 of file creature.h.

◆ type

AssociateType Engines::NWN::Creature::Associate::type

The associate's type.

Definition at line 303 of file creature.h.


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