Binding of Isaac - Afterbirth+ Lua Reference/Guide
PlayerTypes::ActiveItemDesc Class Reference

Public Attributes

CollectibleType Item
 
integer Charge
 For items like Jars this holds the number of flies/hearts. More...
 
integer BatteryCharge
 
boolean Lock
 Helper, avoids double charge on full charge. More...
 

Member Data Documentation

◆ BatteryCharge

integer PlayerTypes::ActiveItemDesc::BatteryCharge

◆ Charge

integer PlayerTypes::ActiveItemDesc::Charge

For items like Jars this holds the number of flies/hearts.

◆ Item

CollectibleType PlayerTypes::ActiveItemDesc::Item

◆ Lock

boolean PlayerTypes::ActiveItemDesc::Lock

Helper, avoids double charge on full charge.