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

Method UfoTrajectory

src/Ruleset/UfoTrajectory.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59{
60
61UfoTrajectory::UfoTrajectory(const std::string &id) : _id(id), _groundTimer(5)
62{
63}
64
65/**
66 * Overwrites trajectory data with the data stored in @a node.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected