MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / SourceChanged

Method SourceChanged

Source/Scripting/angelscript/asmodule.cpp:433–439  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

ReloadMethod · 0.80
CallScriptFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected