add transformNull

This commit is contained in:
Aaron Bassett 2014-03-27 11:09:31 -04:00
parent 6100336b2a
commit 1cff3a6751

View File

@ -215,6 +215,13 @@ function (_) {
defaultParams: [10] defaultParams: [10]
}); });
addFuncDef({
name: 'transformNull',
category: categories.Transform,
params: [ { name: "amount", type: "int", } ],
defaultParams: [0]
});
addFuncDef({ addFuncDef({
name: 'integral', name: 'integral',
category: categories.Transform, category: categories.Transform,