summaryrefslogtreecommitdiffstats
path: root/DTMenu.c4d/SymbolDummy.c4d/Script.c
diff options
context:
space:
mode:
Diffstat (limited to 'DTMenu.c4d/SymbolDummy.c4d/Script.c')
-rw-r--r--DTMenu.c4d/SymbolDummy.c4d/Script.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/DTMenu.c4d/SymbolDummy.c4d/Script.c b/DTMenu.c4d/SymbolDummy.c4d/Script.c
deleted file mode 100644
index 4032726..0000000
--- a/DTMenu.c4d/SymbolDummy.c4d/Script.c
+++ /dev/null
@@ -1,16 +0,0 @@
-#strict 2
-
-static const DT_Menu_SymbolDummy = MS7I;
-
-func SetSymbol(id symbol, int nr)
-{
- SetGraphics(0, this, symbol);
- SetPicture(GetDefCoreVal("Picture", "DefCore", symbol, 0) + nr * GetDefCoreVal("Picture", "DefCore", symbol, 2), GetDefCoreVal("Picture", "DefCore", symbol, 1), GetDefCoreVal("Picture", "DefCore", symbol, 2), GetDefCoreVal("Picture", "DefCore", symbol, 3));
- return this;
-}
-
-func SetColor(int color)
-{
- SetClrModulation(color);
- return this;
-}