Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ Collection
Class
Collection
source/game/StarCollectionDatabase.hpp:30–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
};
29
30
struct Collection {
31
Collection();
32
Collection(String const& name, CollectionType type, String const& icon);
33
34
String name;
35
String title;
36
CollectionType type;
37
};
38
39
class CollectionDatabase {
40
public:
Callers
1
to
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected