mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 13:37:42 -05:00
node: Added arithmetic nodes (add, sub, mul, div, mod)
This commit is contained in:
@@ -347,6 +347,33 @@ namespace hex::plugin::builtin {
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.input", "In" },
|
||||
{ "hex.builtin.nodes.casting.buffer_to_int.output", "Out" },
|
||||
|
||||
{ "hex.builtin.nodes.arithmetic", "Arithmetisch" },
|
||||
{ "hex.builtin.nodes.arithmetic.add", "Addition" },
|
||||
{ "hex.builtin.nodes.arithmetic.add.header", "Plus" },
|
||||
{ "hex.builtin.nodes.arithmetic.add.input.a", "Input A" },
|
||||
{ "hex.builtin.nodes.arithmetic.add.input.b", "Input B" },
|
||||
{ "hex.builtin.nodes.arithmetic.add.output", "Output" },
|
||||
{ "hex.builtin.nodes.arithmetic.sub", "Subtraktion" },
|
||||
{ "hex.builtin.nodes.arithmetic.sub.header", "Minus" },
|
||||
{ "hex.builtin.nodes.arithmetic.sub.input.a", "Input A" },
|
||||
{ "hex.builtin.nodes.arithmetic.sub.input.b", "Input B" },
|
||||
{ "hex.builtin.nodes.arithmetic.sub.output", "Output" },
|
||||
{ "hex.builtin.nodes.arithmetic.mul", "Multiplikation" },
|
||||
{ "hex.builtin.nodes.arithmetic.mul.header", "Mal" },
|
||||
{ "hex.builtin.nodes.arithmetic.mul.input.a", "Input A" },
|
||||
{ "hex.builtin.nodes.arithmetic.mul.input.b", "Input B" },
|
||||
{ "hex.builtin.nodes.arithmetic.mul.output", "Output" },
|
||||
{ "hex.builtin.nodes.arithmetic.div", "Division" },
|
||||
{ "hex.builtin.nodes.arithmetic.div.header", "Durch" },
|
||||
{ "hex.builtin.nodes.arithmetic.div.input.a", "Input A" },
|
||||
{ "hex.builtin.nodes.arithmetic.div.input.b", "Input B" },
|
||||
{ "hex.builtin.nodes.arithmetic.div.output", "Output" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod", "Modulus" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod.header", "Modulo" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod.input.a", "Input A" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod.input.b", "Input B" },
|
||||
{ "hex.builtin.nodes.arithmetic.mod.output", "Output" },
|
||||
|
||||
{ "hex.builtin.nodes.control_flow", "Kontrollfluss" },
|
||||
{ "hex.builtin.nodes.control_flow.if", "If" },
|
||||
{ "hex.builtin.nodes.control_flow.if.header", "If" },
|
||||
|
||||
Reference in New Issue
Block a user