MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / MakeCommandString

Function MakeCommandString

Source/SongState.cpp:60–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59
60std::string MakeCommandString(stEffectCommand cmd) { // // //
61 return {
62 ' ',
63 EFF_CHAR[value_cast(cmd.fx)],
64 conv::to_digit<char>(cmd.param >> 4),
65 conv::to_digit<char>(cmd.param & 0x0Fu),
66 '\0',
67 };
68}
69
70
71

Callers 9

GetCustomEffectStringMethod · 0.85
GetEffectStringMethod · 0.85
GetSlideEffectStringMethod · 0.85
GetCustomEffectStringMethod · 0.85
GetSlideEffectStringMethod · 0.85
GetCustomEffectStringMethod · 0.85
GetCustomEffectStringMethod · 0.85
GetStateStringMethod · 0.85
GetCustomEffectStringMethod · 0.85

Calls 1

value_castFunction · 0.85

Tested by

no test coverage detected