]> git.lizzy.rs Git - dragonfireclient.git/blobdiff - src/script/cpp_api/s_node.cpp
[CSM] Add `on_punchnode` callback
[dragonfireclient.git] / src / script / cpp_api / s_node.cpp
index 17f0f0dac3be395ba7b0cd049351534ad2dcaf17..23c8f43b97b908080a8b61076ebc4b3fa6327c0e 100644 (file)
@@ -58,6 +58,10 @@ struct EnumString ScriptApiNode::es_ContentParamType2[] =
                {CPT2_WALLMOUNTED, "wallmounted"},
                {CPT2_LEVELED, "leveled"},
                {CPT2_DEGROTATE, "degrotate"},
+               {CPT2_MESHOPTIONS, "meshoptions"},
+               {CPT2_COLOR, "color"},
+               {CPT2_COLORED_FACEDIR, "colorfacedir"},
+               {CPT2_COLORED_WALLMOUNTED, "colorwallmounted"},
                {0, NULL},
        };