[CheckGeometry] update a source code comment
This commit is contained in:
committed by
Yorik van Havre
parent
a4e38baeb3
commit
dc3befbff3
@@ -304,7 +304,7 @@ std::string InterpreterSingleton::runString(const char *sCmd)
|
||||
*
|
||||
* example: runStringWithKey("_key = 'new string'", "_key", "old string")
|
||||
* If the return value of runStringWithKey() = "old string" then there was an error
|
||||
* Enable logging and copy/paste the script to the console or to a macro to debug.
|
||||
* copy/paste the script to the console or to a macro to debug.
|
||||
*/
|
||||
|
||||
std::string InterpreterSingleton::runStringWithKey(const char *psCmd, const char *key, const char *key_initial_value){
|
||||
|
||||
Reference in New Issue
Block a user