気づいている方もいるかと思いますが、取り急ぎではありますがご報告まで。
#include "hsp3dish.as" #module TestModule #define global fnc(%1 = 0, %2 = 999, %3 = "") _fnc %1, %2, %3 #define global ctype cfnc(%1 = 0, %2 = 999, %3 = "") _cfnc (%1, %2, %3) #deffunc _fnc int a, int b, str c mes "" + a mes "" + b mes "" + c return #defcfunc _cfnc int a, int b, str c d = "" + a + b + c return d #global redraw 0 color 0, 0, 0 : boxf color 255, 255, 255 fnc 888, , "ABC" mes cfnc(, , "DEF") redraw 1 stop
> HSP3Dishでのモジュール(#defcfunc)について
> http://hsptv.sakura.ne.jp/play/pforum.php?mode=pastwch&num=52086