incrementUpfloat function

  1. @Native<Void Function(PlayerHandle)>(PlayerHandle)>()
void incrementUpfloat(
  1. PlayerHandle player
)

Implementation

@ffi.Native<ffi.Void Function(PlayerHandle)>()
external void incrementUpfloat(PlayerHandle player);