int ObjectType(string name)
The function returns the object type value. To get the detailed error information, one has to call the GetLastError() function.
この関数は、オブジェクト型の値を返します。詳細なエラー情報を受け取るためには、GetLastError() 関数を呼び出します。
Parameters:
パラメータ:
1 2 | <b>name</b> - Object name. オブジェクトの名前。 |
Sample:
サンプル:
1 | if(ObjectType("line_object2")!=OBJ_HLINE) return(0); |