-
Creates a group of inputs for Firetron’s GetAmountSpread.
Custom Command Dependencies:
NoneTest code:
if not Load('done', false) then local p = {listDynamic = CC_InputAmountSpread('Amount Spread')} local spreadAmounts = CC_GetAmountSpread(p) for i = 1, #spreadAmounts do Log('Spread Amount: '..spreadAmounts[i]) end Save('done', true) end
- This topic was modified 2 years, 9 months ago by . Reason: Added "mult" option
- This topic was modified 2 years, 9 months ago by . Reason: Added "exp" option
- This topic was modified 2 years, 9 months ago by . Reason: Added offset input
- This topic was modified 2 years, 9 months ago by . Reason: Cleaned up test script
- This topic was modified 2 years, 9 months ago by . Reason: Added parameter: total