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

Method setDialogShown

source/game/StarQuests.cpp:337–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void Quest::setDialogShown() {
338 m_showDialog = false;
339}
340
341void Quest::setEntityParameter(String const& paramName, EntityConstPtr const& entity) {
342 setEntityParameter(paramName, entity.get());

Callers 1

pollDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected