bool IsTesting( )
Returns TRUE if expert runs in the testing mode, otherwise returns FALSE.
エキスパートがテストモードで実行されている場合は、TRUE を返し、そうでない場合は、FALSE を返します。
Sample:
サンプル:
1 | if(IsTesting()) Print("I am testing now"); |
エキスパートがテストモードで実行されている場合は、TRUE を返し、そうでない場合は、FALSE を返します。
サンプル:
1 | if(IsTesting()) Print("I am testing now"); |
0 people found this article useful
0 people found this article useful