MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / addDirectives

Method addDirectives

source/core/StarAssetPath.cpp:86–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86String AssetPath::addDirectives(String const& path, String const& directives) {
87 return String::joinWith("?", path, directives);
88}
89
90String AssetPath::removeDirectives(String const& path) {
91 size_t firstDirective = path.find('?');

Callers 12

renderMethod · 0.80
renderPortraitMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
renderMethod · 0.80
drawablesMethod · 0.80
renderObjectPreviewsMethod · 0.80
orientationDrawablesMethod · 0.80
drawablesWithZLevelMethod · 0.80
refreshIconDrawablesMethod · 0.80
MaterialItemMethod · 0.80
drawEntityLayerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected