MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / recompui_set_padding_bottom

Function recompui_set_padding_bottom

src/ui/ui_api.cpp:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335}
336
337void recompui_set_padding_bottom(uint8_t* rdram, recomp_context* ctx) {
338 Style* resource = arg_style<0>(rdram, ctx);
339 float padding = _arg_float_a1(rdram, ctx);
340 uint32_t unit = _arg<2, uint32_t>(rdram, ctx);
341
342 resource->set_padding_bottom(padding, static_cast<Unit>(unit));
343}
344
345// Margins
346void recompui_set_margin(uint8_t* rdram, recomp_context* ctx) {

Callers

nothing calls this directly

Calls 1

set_padding_bottomMethod · 0.80

Tested by

no test coverage detected