Esempio n. 1
0
 public LuatFunction(LuatValue returnValue, string[] arguments)
     : base(null)
 {
     m_type = new LuatTypeFunction(arguments);
     ReturnValue = returnValue;
 }
Esempio n. 2
0
 public LuatFunction(LuatValue returnValue, string[] arguments)
     : base(null)
 {
     m_type      = new LuatTypeFunction(arguments);
     ReturnValue = returnValue;
 }