getNumUpfloatedIfMaxUpfloater function
- @Native<Int Function(PlayerHandle, Int)>(PlayerHandle, ffi.Int)>()
- PlayerHandle player,
- int total_rounds
Implementation
@ffi.Native<ffi.Int Function(PlayerHandle, ffi.Int)>()
external int getNumUpfloatedIfMaxUpfloater(
PlayerHandle player,
int total_rounds,
);