getNumUpfloatedIfMaxUpfloater function

  1. @Native<Int Function(PlayerHandle, Int)>(PlayerHandle, ffi.Int)>()
int getNumUpfloatedIfMaxUpfloater(
  1. PlayerHandle player,
  2. int total_rounds
)

Implementation

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