コード例 #1
0
ファイル: IPlugin.cs プロジェクト: velteyn/TorqueDev
 public CWObject(CWObjectType typ, string inh, string nm, string parms, string descr, int defnoffset)
 {
     objtype        = typ;
     inherits       = inh;
     name           = nm;
     parameters     = parms;
     description    = descr;
     defined_offset = defnoffset;
 }
コード例 #2
0
ファイル: IPlugin.cs プロジェクト: Bloodknight/TorqueDev
 public CWObject(CWObjectType typ, string inh, string nm, string parms, string descr, int defnoffset)
 {
     objtype = typ;
     inherits = inh;
     name = nm;
     parameters = parms;
     description = descr;
     defined_offset = defnoffset;
 }