Public Member Functions | |
| KAWinBuy (KWin *pFather, KFPt &Pos, KFPt &Size, KInterface *pInterface) | |
| ~KAWinBuy () | |
| virtual void | Display () |
| virtual void | Manage () |
| virtual void | Load () |
| virtual void | Unload () |
| void | SetBudget (s32 Budget) |
Protected Member Functions | |
| void | Buy (KAGAMEWEAPONTYPE WeaponType) |
Protected Attributes | |
| KSHADER | m_hBackGround |
| KButton * | m_pButtonWeapon |
| KButton * | m_pButtonRifle |
| KButton * | m_pButtonShotgun |
| KButton * | m_pButtonRocketLauncher |
| KButton * | m_pButtonSniper |
| KText * | m_pTextDesc |
| KText * | m_pTextBudget |
| KStr | m_pDescWeapons [KAGWT_COUNT] |
| KButton * | m_pBtnWeapons [KAGWT_COUNT] |
| KSHADER | m_hWeapons [KAGWT_COUNT] |
| KSHADER | m_hCurrentWeapon |
| u32 | m_Current |
Definition at line 20 of file A_WinBuy.h.
1.5.1-p1