getPoints function

  1. @Native<Double Function(PlayerHandle)>(PlayerHandle)>()
double getPoints(
  1. PlayerHandle player
)

Implementation

@ffi.Native<ffi.Double Function(PlayerHandle)>()
external double getPoints(PlayerHandle player);