/planet/Objects.c4d/Clonk.c4d/Menu.c4d/Info.c4d/Script.c
C | 5 lines | 4 code | 1 blank | 0 comment | 0 complexity | d27d230842d84d5592a42902b7490952 MD5 | raw file
Possible License(s): WTFPL, 0BSD, LGPL-2.1, CC-BY-3.0
1#strict 2
2
3func Definition(def) {
4 SetProperty("Name", "Symbol", def);
5}