| 431 | } |
| 432 | |
| 433 | bool ASModule::SourceChanged() { |
| 434 | if (ScriptFileUtil::GetLatestModification(script_path_) > modified_) { |
| 435 | return true; |
| 436 | } else { |
| 437 | return false; |
| 438 | } |
| 439 | } |
| 440 | |
| 441 | void ASModule::PrintScriptClassVars(asIScriptObject* obj) { |
| 442 | printf("Script class vars:\n"); |
no outgoing calls
no test coverage detected