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

Function AS_FindFilePath

Source/Scripting/angelscript/asfuncs.cpp:4832–4834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4830}
4831
4832std::string AS_FindFilePath(const std::string& path) {
4833 return FindFilePath(path).GetFullPathStr();
4834}
4835
4836// Register Dear ImGui functions to be accessible to an angelscript context
4837void AttachIMGUI(ASContext* context) {

Callers

nothing calls this directly

Calls 2

FindFilePathFunction · 0.85
GetFullPathStrMethod · 0.80

Tested by

no test coverage detected