| Name | Type | Default | Description | 
|---|---|---|---|
| gamePlayer | GamePlayer | The current selected player | |
| reverse | boolean | false | optional Indicate if the faceset should be reversed | 
Properties:
| Name | Type | Description | 
|---|---|---|
| gamePlayer | GamePlayer | The current selected player | 
| reverse | boolean | Indicate if the faceset should be reversed | 
| graphicName | GraphicText | The player's name graphic | 
| graphicClass | GraphicText | The player's class name graphic | 
| graphicLevelName | GraphicText | The player's level name graphic | 
| graphicLevel | GraphicText | The player's level graphic | 
| graphicExpName | GraphicText | The graphic text for experience name | 
| graphicExp | GraphicText | The graphic text for experience stat | 
| listStatsNames | GraphicText | All the player's stats names graphics | 
| listStats | GraphicText | All the player's stats values graphics | 
| maxStatNamesLength | number | The max length of the stats namles for each column | 
| maxStatLength | number | The max length of the stats for each column | 
| faceset | Picture2D | The player faceset | 
| battler | Picture2D | The player battler | 
| battlerFrame | Frame | The battler frame | 
| graphicLevelUp | GraphicText | The graphic text for level up | 
| displayNameLevel | boolean | Indicate if leveling up should be displayed | 
Methods
- 
    
    
    Update the reverse value for facesetName Type Description reverseboolean The reverse value 
- 
    
    
    Update the graphics
- 
    
    
    Update experience graphics
- 
    
    
    Initialize character graphics font sizeName Type Description noDisplayNameLevelboolean Indicate if the level up should be displayed or not 
- 
    
    
    Update battler frame
- 
    
    
    Drawing the characterName Type Description xnumber The x position to draw graphic ynumber The y position to draw graphic wnumber The width dimention to draw graphic hnumber The height dimention to draw graphic 
- 
    
    
    Drawing the player in choice box in the main menuName Type Description xnumber The x position to draw graphic ynumber The y position to draw graphic wnumber The width dimention to draw graphic hnumber The height dimention to draw graphic 
- 
    
    
    Drawing the player informations in battlesName Type Description xnumber The x position to draw graphic ynumber The y position to draw graphic wnumber The width dimention to draw graphic hnumber The height dimention to draw graphic