Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
QuestItem Struct Reference

#include <LootMgr.h>

Public Member Functions

 QuestItem ()
 QuestItem (uint8 _index, bool _islooted=false)

Public Attributes

uint8 index
bool is_looted

Detailed Description

Definition at line 152 of file LootMgr.h.

Constructor & Destructor Documentation

◆ QuestItem() [1/2]

QuestItem::QuestItem ( )
inline

Definition at line 157 of file LootMgr.h.

References index, and is_looted.

◆ QuestItem() [2/2]

QuestItem::QuestItem ( uint8 _index,
bool _islooted = false )
inline

Definition at line 160 of file LootMgr.h.

References index, and is_looted.

Member Data Documentation

◆ index

uint8 QuestItem::index

Definition at line 154 of file LootMgr.h.

Referenced by Loot::LootItemInSlot(), QuestItem(), QuestItem(), and Player::StoreLootItem().

◆ is_looted

bool QuestItem::is_looted

Definition at line 155 of file LootMgr.h.

Referenced by Loot::LootItemInSlot(), QuestItem(), QuestItem(), and Player::StoreLootItem().


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