Commit 06ab0636 by Jeff Klukas

Add offsetToZero to gfunc.

parent 1591a486
......@@ -329,6 +329,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