first commit
This commit is contained in:
17
Minecraft.Client/Common/UI/UIControl_PlayerList.h
Normal file
17
Minecraft.Client/Common/UI/UIControl_PlayerList.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#pragma once
|
||||
|
||||
#include "UIControl_ButtonList.h"
|
||||
|
||||
class UIControl_PlayerList : public UIControl_ButtonList
|
||||
{
|
||||
private:
|
||||
IggyName m_funcSetPlayerIcon, m_funcSetVOIPIcon;
|
||||
|
||||
public:
|
||||
virtual bool setupControl(UIScene *scene, IggyValuePath *parent, const string &controlName);
|
||||
|
||||
using UIControl_ButtonList::addItem;
|
||||
void addItem(const wstring &label, int iPlayerIcon, int iVOIPIcon);
|
||||
void setPlayerIcon(int iId, int iPlayerIcon);
|
||||
void setVOIPIcon(int iId, int iVOIPIcon);
|
||||
};
|
||||
Reference in New Issue
Block a user