MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / getTUs

Method getTUs

src/Battlescape/ActionMenuItem.cpp:109–112  ·  view source on GitHub ↗

* Gets the action tus that were linked to this menu item. * @return The timeunits that were linked to this menu item. */

Source from the content-addressed store, hash-verified

107 * @return The timeunits that were linked to this menu item.
108 */
109int ActionMenuItem::getTUs() const
110{
111 return _tu;
112}
113
114/**
115 * Replaces a certain amount of colors in the surface's palette.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected