getOppCount function

  1. @Native<Int Function(PlayerHandle)>(PlayerHandle)>()
int getOppCount(
  1. PlayerHandle player
)

Implementation

@ffi.Native<ffi.Int Function(PlayerHandle)>()
external int getOppCount(PlayerHandle player);