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

#include <Player.h>

Public Member Functions

 PlayerCreateInfoItem (uint32 id, uint32 amount)

Public Attributes

uint32 item_amount
uint32 item_id

Detailed Description

Definition at line 388 of file Player.h.

Constructor & Destructor Documentation

◆ PlayerCreateInfoItem()

PlayerCreateInfoItem::PlayerCreateInfoItem ( uint32 id,
uint32 amount )
inline

Definition at line 390 of file Player.h.

References item_amount, and item_id.

Member Data Documentation

◆ item_amount

uint32 PlayerCreateInfoItem::item_amount

Definition at line 393 of file Player.h.

Referenced by PlayerCreateInfoItem().

◆ item_id

uint32 PlayerCreateInfoItem::item_id

Definition at line 392 of file Player.h.

Referenced by PlayerCreateInfoItem().


The documentation for this struct was generated from the following file:
  • src/server/game/Entities/Player/Player.h