DeusEx.PersonaInventoryInfoWindow
- Extends
- PersonaInfoWindow
Core.Object
|   
+-- Extension.ExtensionObject
   |   
   +-- Extension.Window
      |   
      +-- DeusEx.PersonaBaseWindow
         |   
         +-- DeusEx.PersonaInfoWindow
            |   
            +-- DeusEx.PersonaInventoryInfoWindow
var localized String AmmoLabel;
var localized String AmmoRoundsLabel;
ShowAmmoDescriptionsLabel Source code
var localized String ShowAmmoDescriptionsLabel;
 function  AddAmmo ( 
Class<
Ammo> 
ammo, 
bool bHasIt, 
optional int newRounds) )
 
 function  AddAmmoCheckbox ( bool bChecked) )
 function  AddAmmoDescription ( String newDesc) )
 function  AddAmmoInfoWindow ( 
DeusExAmmo ammo, 
bool bShowDescriptions) )
 
 function  AddAmmoLoadedItem ( String newLabel, String newText) )
 function  AddAmmoTypesItem ( String newLabel, String newText) )
 function  Clear ( ) )
 function  CreateAmmoTileWindow ( ) )
 function Class<
Ammo> GetSelectedAmmo ( ) )
 
 function  SetLoaded ( 
Class<
Ammo> 
ammo) )
 
 function  UpdateAmmoDescription ( String newDesc) )
 function  UpdateAmmoLoaded ( String newText) )
 function  UpdateAmmoTypes ( String newText) )
| defaultproperties
{
     AmmoLabel="Ammo:"
     AmmoRoundsLabel="Rounds:"
     ShowAmmoDescriptionsLabel="Show Ammo Descriptions"
}
 | 
Creation time: Mon 8/11/2021 16:31:13.910 - Created with 
UnCodeX