示例#1
0
 public int JsonGetValueType(UUID hostID, UUID scriptID, UUID storeID, string path)
 {
     return((int)m_store.GetValueType(storeID, path));
 }