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