MCPcopy Create free account
hub / github.com/OpenTTD/OpenTTD / SetFlags

Method SetFlags

src/story.cpp:136–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134}
135
136void StoryPageButtonData::SetFlags(StoryPageButtonFlags flags)
137{
138 SB(this->referenced_id, 24, 8, flags);
139}
140
141/** Set the mouse cursor used while waiting for input for the button. */
142void StoryPageButtonData::SetCursor(StoryPageButtonCursor cursor)

Callers 3

Calls 1

SBFunction · 0.85

Tested by

no test coverage detected