PlayerSetPositionEventHandler method

void PlayerSetPositionEventHandler(
  1. int player_id,
  2. Pointer<NativeFunction<_typedefC_6>> callback
)

Implementation

void PlayerSetPositionEventHandler(
  int player_id,
  ffi.Pointer<ffi.NativeFunction<_typedefC_6>> callback,
) {
  return _PlayerSetPositionEventHandler(
    player_id,
    callback,
  );
}