コード例 #1
0
 public System.Boolean IsGlobalVar(string _name)
 {
     // Get data
     return(m_scriptEngine.HasGlobalValue(_name));
 }