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

#include <chargenchoices.h>

Collaboration diagram for Engines::NWN::FeatItem:
Collaboration graph
[legend]

Public Member Functions

bool operator< (const FeatItem &f) const
 
 FeatItem ()
 

Public Attributes

uint32 featId
 
Common::UString name
 
Common::UString description
 
Common::UString icon
 
uint8 list
 The kind of list the feat belongs to: 0 (general feat), 2 (bonus feat), 1 (both) More...
 
bool isMasterFeat
 
uint32 masterFeat
 

Detailed Description

Definition at line 54 of file chargenchoices.h.

Constructor & Destructor Documentation

◆ FeatItem()

Engines::NWN::FeatItem::FeatItem ( )

Definition at line 42 of file chargenchoices.cpp.

Member Function Documentation

◆ operator<()

bool Engines::NWN::FeatItem::operator< ( const FeatItem f) const
inline

Definition at line 63 of file chargenchoices.h.

References name.

Member Data Documentation

◆ description

Common::UString Engines::NWN::FeatItem::description

◆ featId

uint32 Engines::NWN::FeatItem::featId

◆ icon

Common::UString Engines::NWN::FeatItem::icon

◆ isMasterFeat

bool Engines::NWN::FeatItem::isMasterFeat

◆ list

uint8 Engines::NWN::FeatItem::list

The kind of list the feat belongs to: 0 (general feat), 2 (bonus feat), 1 (both)

Definition at line 59 of file chargenchoices.h.

Referenced by Engines::NWN::CharGenChoices::getFeatItems(), and Engines::NWN::CharFeats::moveFeat().

◆ masterFeat

uint32 Engines::NWN::FeatItem::masterFeat

◆ name

Common::UString Engines::NWN::FeatItem::name

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