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

Class Collectable

source/game/StarCollectionDatabase.hpp:19–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17extern EnumMap<CollectionType> const CollectionTypeNames;
18
19struct Collectable {
20 Collectable();
21 Collectable(String const& name, int order, String const& title, String const& description, String const& icon);
22
23 String name;
24 int order;
25 String title;
26 String description;
27 String icon;
28};
29
30struct Collection {
31 Collection();

Callers 1

toMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected