MCPcopy Create free account
hub / github.com/EasyRPG/Player / SetImportantFile

Method SetImportantFile

src/async_handler.h:254–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254inline void FileRequestAsync::SetImportantFile(bool important) {
255 this->important = important;
256}
257
258inline bool FileRequestAsync::IsGraphicFile() const {
259 return graphic;

Callers 14

RequestMethod · 0.80
CreateRequestMappingMethod · 0.80
SePlayMethod · 0.80
ReloadSystemGraphicMethod · 0.80
DetectGameMethod · 0.80
OnIndexReadyMethod · 0.80
RequestMapMethod · 0.80
SelectLanguageMethod · 0.80
RequestAndAddMapMethod · 0.80
ChipsetUpdatedMethod · 0.80
ParallaxUpdatedMethod · 0.80
FromFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected