Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCGen/pcgen
/ setQty
Method
setQty
code/src/java/pcgen/core/character/EquipSet.java:305–308 ·
view source on GitHub ↗
Set's the number of items in this equipset @param x
(final Float x)
Source
from the content-addressed store, hash-verified
303
* @param x
304
**/
305
public
void
setQty(
final
Float x)
306
{
307
qty = x;
308
}
309
310
/**
311
* Get quantity
Callers
9
addEquipToEquipSet
Method · 0.95
equipItem
Method · 0.95
addEquipment
Method · 0.95
removeEquipment
Method · 0.95
addEquipToTarget
Method · 0.95
equipItem
Method · 0.95
parseEquipmentSetLine
Method · 0.95
mergeEquipmentList
Method · 0.45
apply
Method · 0.45
Calls
no outgoing calls
Tested by
2
addEquipToEquipSet
Method · 0.76
equipItem
Method · 0.76