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

Method setInterceptionOrder

src/Savegame/Craft.cpp:890–893  ·  view source on GitHub ↗

* Sets interception order (first craft to leave the base gets 1, second 2, etc.). * @param order Interception order. */

Source from the content-addressed store, hash-verified

888 * @param order Interception order.
889 */
890void Craft::setInterceptionOrder(const int order)
891{
892 _interceptionOrder = order;
893}
894
895/**
896 * Gets interception order.

Callers 1

btnOkClickMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected