Commit 4ae7648b by Torkel Ödegaard

Merge pull request #1193 from jklukas/master

Add offsetToZero to gfunc.
parents dc755597 06ab0636
......@@ -335,6 +335,11 @@ function (_, $) {
});
addFuncDef({
name: 'offsetToZero',
category: categories.Transform,
});
addFuncDef({
name: 'transformNull',
category: categories.Transform,
params: [{ name: "amount", type: "int", }],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment