MCPcopy Create free account
hub / github.com/clementgallet/libTAS / editInputs

Method editInputs

src/program/movie/MovieFileInputs.cpp:203–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

201}
202
203void MovieFileInputs::editInputs(const std::vector<AllInputs>& inputs, uint64_t pos)
204{
205 if (!inputs.empty())
206 action_queue.push(new MovieActionEditFrames(pos, inputs, this));
207}
208
209void MovieFileInputs::editInputs(const std::vector<AllInputs>& inputs, uint64_t pos, int count)
210{

Callers 2

pasteInputsMethod · 0.80
pasteInputsInRangeMethod · 0.80

Calls 3

emptyMethod · 0.45
pushMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected